History log of /frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d137c872cdc5e157c0ff65076689f7c4552a9013 23-Feb-2018 Anton Hansson <hansson@google.com> frameworks/base: Set LOCAL_SDK_VERSION where possible.

This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Exempt-From-Owner-Approval: Global cleanup
Change-Id: I26458e41ecb84de91ac9a356a5d4bafb44f463c1
/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/Android.mk
dc785052d0fb8a6651df25f42bf4254330445ce9 08-Dec-2017 Adam Lesinski <adamlesinski@google.com> AAPT2: Enable mangled symbol lookup in AssetManagerSymbolTable

Bug: 70045583
Test: make AaptTestNamespace_Split
Test: make aapt2_tests
Change-Id: I25da9d58736fc9090d1527782391c9b2220d2f8d
/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/Android.mk
8780eb6e4918ae24fb1ae74d631042c32e41dc3d 01-Nov-2017 Adam Lesinski <adamlesinski@google.com> AAPT2: Add convert command

This command allows a developer to convert their proto APK
(generated from the link phase using --proto-format) into
a binary APK suitable for use on device.

aapt2 convert -o output.apk input.apk

Test: manual + make aapt2_tests
Change-Id: I10a7c33bb4b57006d01fe00a8bf92f78e04e7e50
/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/Android.mk
1ef0fa9d7242b1926543bc49e35905d1be02a781 16-Aug-2017 Adam Lesinski <adamlesinski@google.com> AAPT2: Fixup namespace implementation

A few pieces were missing in the namespace mangling implementation.
Namespace aware libraries now work, along with R class generation.

Bug: 64706588
Test: make AaptTestNamespace_App
Change-Id: I12f78d6aa909e782c0faf7ceaa36058f2e6c864a
/frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/Android.mk