History log of /frameworks/base/tools/aapt2/data/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6cc479b76e9e2e8858434302e1ef2d514ed1b0ec 13-Jun-2015 Adam Lesinski <adamlesinski@google.com> AAPT2: Remove the need for specifying package name in compile phase

The compile phase doesn't use the AndroidManifest, so we had to specify the
package name on the command line.

We can omit the package name, since we don't resolve external references
in the compile phase. Packages that reference the current package will be encoded
with no package name. When loaded by the link phase, the package name will be supplied
and all the references with no package name will use that one.

Change-Id: I9fe4902b747b06899b45c968f30ba1aa05c5cd69
/frameworks/base/tools/aapt2/data/Makefile
a1ad4a812a87642ad259ff4478159e8cc8194680 08-Jun-2015 Adam Lesinski <adamlesinski@google.com> AAPT2: Proguard rules generation added.

Change-Id: Ifbe79516cd9a1ade471e211a259301c63b62ac67
/frameworks/base/tools/aapt2/data/Makefile
39c353a6caada777348c14f6dc9abee2d4d9a3be 15-May-2015 Adam Lesinski <adamlesinski@google.com> AAPT2: Fix layout versioning

Change-Id: I37190cf8a1f0a81c068aeb2b5326b3b3080f75a5
/frameworks/base/tools/aapt2/data/Makefile
d5c4f8723c2b2c85b588fa07a5d4e7afb671d257 21-Apr-2015 Adam Lesinski <adamlesinski@google.com> Properly mangle file names

Change-Id: I49c0f82e8c06f056198eb64b8369d83403b74321
/frameworks/base/tools/aapt2/data/Makefile
769de98f2dd41bfe39a1c9f76aefd1ad58942733 11-Apr-2015 Adam Lesinski <adamlesinski@google.com> AAPT2: Add library support

Change-Id: I307f56d9631784ab29ee4156d94886f9b2f25b30
/frameworks/base/tools/aapt2/data/Makefile
c7e2432dec68431d4dd9a8466f47a5761197d00a 11-Apr-2015 Adam Lesinski <adamlesinski@google.com> AAPT2: Create Makefile

Makefile that uses zip for assembling the final APK. This is temporary and
helps speed up the rest of development.

Has to add a new 'manifest' phase that simply compiles the AndroidManifest.xml.
Manifests are handled differently and must be validated.

Change-Id: I0d8255b3ad0d0b0a322683077e3331ca93e37fa0
/frameworks/base/tools/aapt2/data/Makefile