summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorRich Sloager <rslogar@google.com>2015-08-17 15:38:09 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-17 15:38:09 +0000
commit0ac81a6e14ce25f93520039bb10033469791e6d9 (patch)
treea4681c5e9b06bfa406481468296877407c1b6b55 /docs/html
parent3cff3688d93d26b0f73755dc61d1cda1ffbb3306 (diff)
parentfd8da61afdc883550a25f62003c8beff3c91b9e3 (diff)
downloadframeworks_base-0ac81a6e14ce25f93520039bb10033469791e6d9.zip
frameworks_base-0ac81a6e14ce25f93520039bb10033469791e6d9.tar.gz
frameworks_base-0ac81a6e14ce25f93520039bb10033469791e6d9.tar.bz2
am fd8da61a: am f0cd0441: Merge "docs: studio 1.3 manifest merger update" into mnc-preview-docs
* commit 'fd8da61afdc883550a25f62003c8beff3c91b9e3': docs: studio 1.3 manifest merger update
Diffstat (limited to 'docs/html')
-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>