aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-04-13 20:00:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-13 20:00:44 +0000
commit514681ee8a44700a56733816831ccc3d40a57cc7 (patch)
tree2ca2319bfdf0207fe4ffe45c23eaf1215450ecde
parent197cdc48df63e008207c329704082306fd43c18a (diff)
parent4570a35eefe93ae41d43c57a84fb8b4ca8f4d216 (diff)
downloadclang-android-n-preview-3.tar.gz
Merge "Mention updating prebuilts version in RenderScriptPrebuilts.md"android-wear-n-preview-3android-wear-n-preview-1android-n-preview-3
-rw-r--r--RenderScriptPrebuilts.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/RenderScriptPrebuilts.md b/RenderScriptPrebuilts.md
index 186a456b55..8f25f30ae7 100644
--- a/RenderScriptPrebuilts.md
+++ b/RenderScriptPrebuilts.md
@@ -46,22 +46,25 @@ maintaining easy reverts/commits through *aosp/master*.
Generating New Prebuilts
------------------------
-1. Iteratively attempt to build the platform and fix any API differences in
+1. Set RS_LLVM_PREBUILTS_VERSION in build/core/clang/config.mk to the latest
+ prebuilts generated for this rebase, or to the latest platform version if no
+ new prebuilts were generated.
+2. Iteratively attempt to build the platform and fix any API differences in
frameworks/compile/slang, and/or frameworks/compile/libbcc. This may entail
updating the various snapshots of Bitcode Readers/Writers.
-2. Update RenderScript prebuilts.
+3. Update RenderScript prebuilts.
cd $ANDROID_BUILD_TOP/frameworks/rs
./update_rs_prebuilts.sh
-3. The prebuilts get copied to **prebuilts/sdk**, so we must upload the
+4. The prebuilts get copied to **prebuilts/sdk**, so we must upload the
relevant bits from there.
cd $ANDROID_BUILD_TOP/prebuilts/sdk
git commit -a
repo upload .
-4. Submit CLs.
+5. Submit CLs.
Testing Checklist