msm8937-common: Generate treble-compatible makefiles

Change-Id: I95fb9a2f30067c25a9d2ed3a235907959befcd90
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
Rashed Abdel-Tawab 2017-10-08 01:04:00 +01:00 committed by Isaac Chen
parent 64fa39a612
commit ac39d12568

View file

@ -43,7 +43,7 @@ setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
write_headers "land santoni"
# The standard common blobs
write_makefiles "$MY_DIR"/proprietary-files-qc.txt
write_makefiles "$MY_DIR"/proprietary-files-qc.txt true
# We are done!
write_footers
@ -57,7 +57,7 @@ if [ -s "$MY_DIR"/../$DEVICE/proprietary-files.txt ]; then
write_headers
# The standard device blobs
write_makefiles "$MY_DIR"/../$DEVICE/proprietary-files.txt
write_makefiles "$MY_DIR"/../$DEVICE/proprietary-files.txt true
# We are done!
write_footers