OSDN Git Service

Set up rules to merge AndroidManifest.xmls
authorYing Wang <wangying@google.com>
Thu, 6 Feb 2014 02:24:45 +0000 (18:24 -0800)
committerYing Wang <wangying@google.com>
Thu, 6 Feb 2014 02:24:45 +0000 (18:24 -0800)
commitdc7fee9fbf46ac06c840c7edfd51fbefeece63e4
tree5e9baa9a3586e3c573aa2d9cf0bc9d524872fb91
parent7b734fd8d163f7a71254b909fbbcd358129924b7
Set up rules to merge AndroidManifest.xmls

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
core/android_manifest.mk [new file with mode: 0644]
core/clear_vars.mk
core/config.mk
core/package.mk
core/static_java_library.mk