commit | 2a9013ee174c7ee40f4e419dc741c8eb4e628946 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Dec 21 11:51:29 2020 +0000 |
committer | Martin Stjernholm <mast@google.com> | Mon Dec 21 13:37:22 2020 +0000 |
tree | 72d636047c8d0257b243420a661355ec3d0f8d29 | |
parent | 175500f016fc940473fd7524481c796738ae8a58 [diff] |
Set the Soong config variable to keep building ART from source. Without this Soong may run into inconsistencies due to stale prebuilts. This amends https://r.android.com/1529658. Test: TH build of NDK Bug: 175918603 Bug: 172480615 Change-Id: I14680e4547d7d5f560d31ef61b71af8d159c4c53
diff --git a/scripts/build-ndk-prebuilts.sh b/scripts/build-ndk-prebuilts.sh index 1a33219..c27f098 100755 --- a/scripts/build-ndk-prebuilts.sh +++ b/scripts/build-ndk-prebuilts.sh
@@ -56,6 +56,12 @@ "Ndk_abis": true, "Exclude_draft_ndk_apis": true, + "VendorVars": { + "art_module": { + "source_build": "true" + } + }, + "MissingUsesLibraries": ${MISSING_USES_LIBRARIES} } EOF