summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRich Sloager <rslogar@google.com>2015-08-14 17:27:15 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-14 17:27:15 +0000
commitfd8da61afdc883550a25f62003c8beff3c91b9e3 (patch)
tree0afcfbf53f80c0cc3dc5241a408eceddd3bc5bdc /docs
parent371ccd1343c6710f1492e9e5a01f287d7ac29369 (diff)
parentf0cd0441cebf2bdbaa0ec304cb5dd959b7702b4c (diff)
downloadframeworks_base-fd8da61afdc883550a25f62003c8beff3c91b9e3.zip
frameworks_base-fd8da61afdc883550a25f62003c8beff3c91b9e3.tar.gz
frameworks_base-fd8da61afdc883550a25f62003c8beff3c91b9e3.tar.bz2
am f0cd0441: Merge "docs: studio 1.3 manifest merger update" into mnc-preview-docs
* commit 'f0cd0441cebf2bdbaa0ec304cb5dd959b7702b4c': docs: studio 1.3 manifest merger update
Diffstat (limited to 'docs')
-rw-r--r--docs/html/tools/building/manifest-merge.jd7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/html/tools/building/manifest-merge.jd b/docs/html/tools/building/manifest-merge.jd
index 54166ec..2253584 100644
--- a/docs/html/tools/building/manifest-merge.jd
+++ b/docs/html/tools/building/manifest-merge.jd
@@ -303,7 +303,12 @@ attribute value. </p>
<p class="note"><strong>Note:</strong> Android Studio provides a default
<code>&#36;{applicationId}</code> placeholder for the <code>build.gradle</code>
-<code>applicationId</code> value that is not shown in the build file.</p>
+<code>applicationId</code> value that is not shown in the build file.
+When building an AAR (Android ARchive) package for library modules, do not provide an
+automatic <code>&#64;{applicationId}</code> placeholder in the
+<a href="{@docRoot}tools/building/manifest-merge.html">manifest merge</a> settings.
+Instead, use a different placeholder, such as <code>&#64;{libApplicationId}</code> and
+provide a value for it if you want to include application Ids in the archive library. </p>
<p>Manifest entry:</p>