zhaog / dashclock

Automatically exported from code.google.com/p/dashclock
Apache License 2.0
0 stars 0 forks source link

Fixed aidl compile task to use aidl command from configured sdk directory and to allow spaces, etc. in arguments #549

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Branch location:

https://code.google.com/r/charlesbjones3-dashclock/source/detail?r=8d425755d1a6a
fb2551e3b129f13de7f6246d475&name=fix-aidl-build

Reason for request:

1. compileAidl fails when the aidl executable is not is your path. Added full 
path to the commandline based on the configured sdk.dir. Also added build_tools 
property to fully specify the path.

2. compileAidl fails when any paths in the command line (command or arguments) 
contain spaces or dashes. Converted the command line from a string to an array 
to fix the issue.

Original issue reported on code.google.com by charlesbjones3 on 15 Aug 2013 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by roman.nurik on 19 Aug 2013 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by roman.nurik on 29 Dec 2013 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by roman.nurik on 29 Dec 2013 at 3:04