aboutsummaryrefslogtreecommitdiff
path: root/setup-makefiles.sh
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2017-10-07 15:34:00 -0400
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-02-24 16:51:39 +0100
commit72b3b7e9649cc49f3849d9c9f5516d739b453f65 (patch)
tree7242c82b3daa381575f88086d1063a2dff597a41 /setup-makefiles.sh
parent5d4160f0b69cb86f816c497df504fcef8ef276c4 (diff)
msm8996-common: Generate treble-compatible makefiles
Change-Id: I95fb9a2f30067c25a9d2ed3a235907959befcd90
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-xsetup-makefiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 806f5f6..65975ec 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -40,7 +40,7 @@ setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
write_headers "z2_plus z2_row"
# The standard common blobs
-write_makefiles "$MY_DIR"/proprietary-files.txt
+write_makefiles "$MY_DIR"/proprietary-files.txt true
# We are done!
write_footers
@@ -54,7 +54,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