g12-common: extract-files improvements
authorMichael Bestas <mkbestas@lineageos.org>
Mon, 9 Sep 2024 23:07:58 +0000 (02:07 +0300)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 10 Sep 2024 04:45:10 +0000 (00:45 -0400)
Change-Id: I517698ca3b5a93e10a5b167417631c7f8d0ab9e2

setup-makefiles.sh

index ae0e2ab6eb3aa33e4ff274e54538425308e6e918..52215a1f01263533b7b5d3168cd02a7ffb69a1cd 100755 (executable)
@@ -28,7 +28,7 @@ setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" tr
 write_headers "g12a g12b sm1" "TARGET_AMLOGIC_SOC"
 
 # The standard common blobs
-write_makefiles "${MY_DIR}/proprietary-files.txt" true
+write_makefiles "${MY_DIR}/proprietary-files.txt"
 
 # Include ATV specific blobs for ATV targets
 printf '\n%s\n' 'ifeq ($(PRODUCT_IS_ATV),true)' >> "$PRODUCTMK"
@@ -55,7 +55,7 @@ if [ -s "${MY_DIR}/../../${VENDOR_BRAND}/${DEVICE}/proprietary-files.txt" ]; the
     write_headers
 
     # The standard device blobs
-    write_makefiles "${MY_DIR}/../../${VENDOR_BRAND}/${DEVICE}/proprietary-files.txt" true
+    write_makefiles "${MY_DIR}/../../${VENDOR_BRAND}/${DEVICE}/proprietary-files.txt"
 
     if [ "${TARGET_SOC}" == "g12a" ]
     then