OSDN Git Service

Refactoring of android_rules.xml file
authorPiotr Gurgul <pgurgul@google.com>
Sat, 22 Aug 2009 19:45:34 +0000 (12:45 -0700)
committerPiotr Gurgul <pgurgul@google.com>
Sat, 22 Aug 2009 20:15:26 +0000 (13:15 -0700)
commitd4789d582b550f00cbf4275cc153011d4ae54190
tree641ce4ae7b3319fec073d8f9e155b73b040ad0a7
parent3bd61b17fc888587eb2283b1719a7726438d1f24
Refactoring of android_rules.xml file

This is a new CL because of merge conflict in the old one.
Naming changed to 'property.name' style for property names.
Property 'value' attributes changed to 'location' for props containing location.
Suffix '.dir' added to properties' names indicating directories.
'-description' prefix added to intermediate/internal targets.
'*.location' properties removed, as 'location' attribute should take care of
full paths, adding $basedir implicitly, so hopefully there is no need to
define them explicitly.
External property names (taken from other files or hardcoded somewhere)
stayed untouched in this CL.
Some minor improvements to comments in order to make them more consistent.