summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-15 15:19:30 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-15 15:19:30 +0200
commitc9f27ee56b91c093369105e9fd1b2948673da10d (patch)
tree27c8ee2af2f804324f512c9c511d81f45f22647a
parent705f1c0ffa4ece70a38186332a1d70a3fa900740 (diff)
downloadmanifest-c9f27ee56b91c093369105e9fd1b2948673da10d.tar.gz
manifest-c9f27ee56b91c093369105e9fd1b2948673da10d.tar.bz2
manifest-c9f27ee56b91c093369105e9fd1b2948673da10d.zip
Revert "Enable to use the host python2"
This reverts commit 705f1c0ffa4ece70a38186332a1d70a3fa900740.
-rw-r--r--default.xml3
-rw-r--r--replicant/repositories.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 3092e92..6af43eb 100644
--- a/default.xml
+++ b/default.xml
@@ -551,6 +551,7 @@
<project path="prebuilts/abi-dumps/vndk" name="platform/prebuilts/abi-dumps/vndk" groups="pdk-fs" clone-depth="1" remote="aosp" />
<project path="prebuilts/android-emulator" name="platform/prebuilts/android-emulator" groups="pdk-fs" clone-depth="1" remote="aosp" />
<project path="prebuilts/asuite" name="platform/prebuilts/asuite" groups="pdk" clone-depth="1" remote="aosp" />
+ <project path="prebuilts/build-tools" name="LineageOS/android_prebuilts_build-tools" groups="pdk" clone-depth="1" />
<project path="prebuilts/bundletool" name="platform/prebuilts/bundletool" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/checkcolor" name="platform/prebuilts/checkcolor" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" groups="pdk" clone-depth="1" remote="aosp" />
@@ -581,6 +582,8 @@
<project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/ktlint" name="platform/prebuilts/ktlint" groups="pdk" clone-depth="1" remote="aosp" />
+ <project path="prebuilts/python/darwin-x86/2.7.5" name="platform/prebuilts/python/darwin-x86/2.7.5" groups="darwin,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
+ <project path="prebuilts/python/linux-x86/2.7.5" name="platform/prebuilts/python/linux-x86/2.7.5" groups="linux,pdk,pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
<project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/r8" name="LineageOS/android_prebuilts_r8" groups="pdk" clone-depth="1" />
<project path="prebuilts/sdk" name="platform/prebuilts/sdk" groups="pdk" clone-depth="1" remote="aosp" />
diff --git a/replicant/repositories.xml b/replicant/repositories.xml
index d421f2d..127e053 100644
--- a/replicant/repositories.xml
+++ b/replicant/repositories.xml
@@ -28,7 +28,6 @@
<project path="kernel/replicant/linux" name="replicant-next/kernel_replicant_linux" remote="replicant-next" />
<project path="lineage-sdk" name="replicant-next/lineage-sdk" remote="replicant-next" />
<project path="manifest" name="replicant-next/manifest" remote="replicant-next" revision="replicant-10-dev" />
- <project path="prebuilts/build-tools" name="replicant-next/prebuilts_build-tools" groups="pdk" clone-depth="1" remote="replicant-next" />
<project path="system/core" name="replicant-next/system_core" groups="pdk" remote="replicant-next" />
<project path="vendor/qcom/opensource/power" name="replicant-next/vendor_qcom_opensource_power" remote="replicant-next" />
<project path="vendor/replicant" name="replicant-next/vendor_replicant" remote="replicant-next" />