summaryrefslogtreecommitdiffstats
path: root/core/android_manifest.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix libs list for manifest mergerWolfgang Wiedmeyer2017-02-121-0/+4
| | | | | | Newer manifest merger expects colons instead of spaces. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Strip LOCAL_STATIC_JAVA_AAR_LIBRARIESYing Wang2015-05-271-0/+1
| | | | Change-Id: I0a0c4fe0cdd9c162976ef5f4c4709d400fde2d5a
* Add support for prebuilt AARs.Ying Wang2014-12-171-4/+18
| | | | | | | | | | | | | | | - You can give a .aar as source file to a prebuilt static Java library module. The build system will set up dependencies and rules to extract classes.jar and other resource files. - To build against a prebuilt AAR module, use: LOCAL_STATIC_JAVA_AAR_LIBRARIES := <module names of aar prebuilt AARs> The build system will set up rules to merge the library's AndroidManifest.xml with the main AndroidManifest.xml, add the AAR's resource dirs and link/merge the AAR's classes.jar. Bug: 18168693 Change-Id: Ic2c1d20572a93bd98dbc72f8a39e26b459e442c2 (cherry picked from commit e9dd9f2bfceed3b5f630b0edbe3feb7f34548d8b)
* Set up rules to merge AndroidManifest.xmlsYing Wang2014-02-051-0/+25
Now you can merge the library manifest files to the main app's AndroidManifest.xml with LOCAL_FULL_LIBS_MANIFEST_FILES. LOCAL_FULL_LIBS_MANIFEST_FILES is a list of paths relative to the top of the source tree. Bug: 12907528 Change-Id: I16a347c83dfb6fbbb7d5d40284b7c65aa682fdd2