raise BuildException('Error updating HoloColorPicker project')
return sdir
+ if name == 'ColorPickerPreference':
+ sdir = os.path.join(extlib_dir, 'ColorPickerPreference')
+ vcs = getvcs('git',
+ 'https://github.com/frigus02/HoloColorPicker', sdir, sdk_path)
+ vcs.gotorevision(ref)
+ if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
+ 'update', 'project', '-p',
+ sdir]) != 0:
+ raise BuildException('Error updating ColorPickerPreference project')
+ return sdir
+
if name == 'ChartLib':
sdir = os.path.join(extlib_dir, 'ChartLib')
vcs = getvcs('git',