summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-11-15 16:03:07 -0800
committerDan Albert <danalbert@google.com>2018-11-15 16:03:07 -0800
commiteef5ddfbe8ce7b9941d9f82d40e77cdd8b610780 (patch)
treea13547aeb8f8e6ae1e0614f6c787d527d294255e
parent32457fab0d5f1d8b960e9a9ebe3ac0b99205d24e (diff)
downloadmanifest-eef5ddfbe8ce7b9941d9f82d40e77cdd8b610780.tar.gz
Include cpython3 for bootstrapping.
The Python libraries we import from the NDK are now Python 3, so this build needs to be bootstrapped. Test: toolchain/gcc/build.py --toolchain aarch64-linux-android Bug: None
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index b24beac88..f0f56bd76 100644
--- a/default.xml
+++ b/default.xml
@@ -8,6 +8,7 @@
remote="aosp"
sync-j="4" />
+ <project path="external/python/cpython3" name="platform/external/python/cpython3" groups="presubmit" />
<project path="ndk" name="platform/ndk" />
<project path="prebuilts/gcc/darwin-x86/host/headers" name="platform/prebuilts/gcc/darwin-x86/host/headers" groups="pdk,darwin" />
<project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" />