msm8937-common: Generate treble-compatible makefiles
Change-Id: I95fb9a2f30067c25a9d2ed3a235907959befcd90 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
parent
64fa39a612
commit
ac39d12568
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue