link our Pb build script to root of rom source

This commit is contained in:
Manjot Sidhu 2018-03-31 14:26:35 +05:30
parent 8cca2186a0
commit f1a37a62ba
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
<!-- TWRP lives in omnirom android-8.1 (not AOSP!) -->
<remove-project name="platform/bootable/recovery" />
<project path="bootable/recovery" name="android_bootable_recovery" revision="android-8.1" remote="PitchBlackTWRP"/>
<project path="vendor/pb" name="vendor_pb" remote="PitchBlackTWRP" />
<project path="vendor/pb" name="vendor_pb" remote="PitchBlackTWRP">
<linkfile src="pb_build.sh" dest="pb_build.sh" />
</project>
<!-- The following changes are no longer needed in 8.1 (only kept for reference) -->
<!-- =========================================================================== -->