summaryrefslogtreecommitdiffstats
path: root/default.xml
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2018-08-20 00:14:24 +0100
committerMichael Bestas <mkbestas@lineageos.org>2018-08-20 10:03:32 +0200
commite9fbaa1de69cb71301c6ecd05575636ffcfa53e0 (patch)
treec75085fa5f9f6b61d18bfc48a6b327ee26cc4760 /default.xml
parentabbbde5cd8db3dd4ed2957aa1a06bb7cd7d3be99 (diff)
downloadandroid-e9fbaa1de69cb71301c6ecd05575636ffcfa53e0.tar.gz
android-e9fbaa1de69cb71301c6ecd05575636ffcfa53e0.tar.bz2
android-e9fbaa1de69cb71301c6ecd05575636ffcfa53e0.zip
manifest: Stop creating Android.bp symlinks
* As per the content of the root Android.bp file: // Soong finds all Android.bp and Blueprints files in the source tree, // subdirs= and optional_subdirs= are obsolete and this file no longer // needs a list of the top level directories that may contain Android.bp // files. Change-Id: I9185e66f8ac1bad1518e8cf0342f3972d1905b56
Diffstat (limited to 'default.xml')
-rw-r--r--default.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/default.xml b/default.xml
index 454b2ff4..c122bcab 100644
--- a/default.xml
+++ b/default.xml
@@ -32,7 +32,6 @@
<project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" remote="aosp" />
<project path="build/kati" name="LineageOS/android_build_kati" groups="pdk,tradefed" />
<project path="build/soong" name="LineageOS/android_build_soong" groups="pdk,tradefed" >
- <linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<project path="art" name="LineageOS/android_art" groups="pdk" />
@@ -462,9 +461,7 @@
<project path="hardware/qcom/gps" name="LineageOS/android_hardware_qcom_gps" groups="qcom,qcom_gps,pdk-qcom" />
<project path="hardware/qcom/keymaster" name="LineageOS/android_hardware_qcom_keymaster" groups="qcom,qcom_keymaster,pdk-qcom" />
<project path="hardware/qcom/media" name="LineageOS/android_hardware_qcom_media" groups="qcom,pdk-qcom" />
- <project path="hardware/qcom/neuralnetworks/hvxservice" name="platform/hardware/qcom/neuralnetworks/hvxservice" groups="wahoo" remote="aosp" >
- <copyfile dest="hardware/qcom/Android.bp" src="Android.bp"/>
- </project>
+ <project path="hardware/qcom/neuralnetworks/hvxservice" name="platform/hardware/qcom/neuralnetworks/hvxservice" groups="wahoo" remote="aosp" />
<project path="hardware/qcom/wlan" name="LineageOS/android_hardware_qcom_wlan" groups="qcom_wlan,pdk-qcom" />
<project path="hardware/ril" name="LineageOS/android_hardware_ril" groups="pdk" />
<project path="kernel/configs" name="kernel/configs" groups="vts,pdk" remote="aosp" />