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
This commit is contained in:
Bruno Martins 2018-08-20 00:14:24 +01:00 committed by Michael Bestas
parent abbbde5cd8
commit e9fbaa1de6
2 changed files with 4 additions and 13 deletions

View file

@ -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" />