summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-09-29 14:56:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-29 14:56:30 +0000
commit808440cd5e1052f21b937cdcb60acecefd57f23c (patch)
tree95ea9bbece580992ff9c98c802d8152dbf005af8
parent6373718b883dd945c17987ac64925c0fdc30674d (diff)
parentb9c000e0901073537347c16b6e82c700542622c2 (diff)
downloadframeworks_base-808440cd5e1052f21b937cdcb60acecefd57f23c.zip
frameworks_base-808440cd5e1052f21b937cdcb60acecefd57f23c.tar.gz
frameworks_base-808440cd5e1052f21b937cdcb60acecefd57f23c.tar.bz2
Merge "docs: Fixed path for build output." into klp-modular-docs
-rw-r--r--docs/html/sdk/installing/studio-build.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd
index 29ba12d..bff3bc0 100644
--- a/docs/html/sdk/installing/studio-build.jd
+++ b/docs/html/sdk/installing/studio-build.jd
@@ -454,8 +454,8 @@ with the default local certificate, so that you can install it on the emulator a
for debugging purposes.</p>
<p>After you build the project, the output APK for the app module is located in
-<code>app/build/apk/</code>, and the output AAR for the lib module is located in
-<code>lib/build/libs/</code>.</p>
+<code>app/build/outputs/apk/</code>, and the output AAR for the lib module is located in
+<code>lib/build/outputs/libs/</code>.</p>
<p>To see a list of all available build tasks for your project, type this command:</p>