diff options
author | Rich Sloager <rslogar@google.com> | 2015-07-30 18:14:12 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-30 18:14:12 +0000 |
commit | f0cd0441cebf2bdbaa0ec304cb5dd959b7702b4c (patch) | |
tree | ee73b3be8c8fa299f2c15bc27814b7c144fa216e /docs/html/tools | |
parent | 51c02f6a10bb2653d7f5961807a2870fb5dd3a47 (diff) | |
parent | 1d6389a98f6a6d2e5368eed18a014db3ceb6672a (diff) | |
download | frameworks_base-f0cd0441cebf2bdbaa0ec304cb5dd959b7702b4c.zip frameworks_base-f0cd0441cebf2bdbaa0ec304cb5dd959b7702b4c.tar.gz frameworks_base-f0cd0441cebf2bdbaa0ec304cb5dd959b7702b4c.tar.bz2 |
Merge "docs: studio 1.3 manifest merger update" into mnc-preview-docs
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/building/manifest-merge.jd | 7 |
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>${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>@{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>@{libApplicationId}</code> and +provide a value for it if you want to include application Ids in the archive library. </p> <p>Manifest entry:</p> |