summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2015-07-22 17:02:08 -0700
committerRich Slogar <rslogar@google.com>2015-07-24 11:03:18 -0700
commit1d6389a98f6a6d2e5368eed18a014db3ceb6672a (patch)
tree1d40c462a9dcff1eed621f99a0f0c8294068b9ad
parenta758133566e030275988fb3bf253a432e6803d8f (diff)
downloadframeworks_base-1d6389a98f6a6d2e5368eed18a014db3ceb6672a.zip
frameworks_base-1d6389a98f6a6d2e5368eed18a014db3ceb6672a.tar.gz
frameworks_base-1d6389a98f6a6d2e5368eed18a014db3ceb6672a.tar.bz2
docs: studio 1.3 manifest merger update
b/22641828 Change-Id: I383fda4773df0ec8792f040d7af960d288afb9ca
-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>