Ver Fonte

sm8450-common: extract-files improvements

Change-Id: I517698ca3b5a93e10a5b167417631c7f8d0ab9e2
Michael Bestas há 9 meses atrás
pai
commit
10ad3aeb45
2 ficheiros alterados com 11 adições e 11 exclusões
  1. 9 9
      proprietary-files.txt
  2. 2 2
      setup-makefiles.sh

+ 9 - 9
proprietary-files.txt

@@ -180,7 +180,7 @@ system_ext/lib64/[email protected]
 vendor/bin/diag-router
 vendor/etc/init/vendor.qti.diag.rc
 vendor/etc/vintf/manifest/vendor.qti.diag.hal.service.xml
-vendor/lib64/[email protected];MODULE=[email protected]-vendor
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor
 
 # Display HDR - from ingot-user 14 UKQ1.231121.127 127 release-keys
 vendor/lib64/libgame_enhance.so|4432e47d990e98edb141becc345a92d03df26bf4
@@ -267,15 +267,15 @@ vendor/bin/vendor.dpmd
 vendor/etc/dpm_vndr/vendor.dpm.conf
 vendor/etc/init/dpmQmiMgr.rc
 vendor/etc/init/vendor.dpmd.rc
-vendor/lib64/[email protected];MODULE=[email protected]-vendor
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor
 vendor/lib64/libdpmqmihal.so
 vendor/lib64/vendor.libdpmctmgr.so
 vendor/lib64/vendor.libdpmfdmgr.so
 vendor/lib64/vendor.libdpmframework.so
 vendor/lib64/vendor.libdpmtcm.so
 vendor/lib64/vendor.libmwqemiptablemgr.so
-vendor/lib64/[email protected];MODULE=[email protected]-vendor
-vendor/lib64/[email protected];MODULE=[email protected]-vendor
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor
 
 # DRM
 vendor/bin/hw/[email protected]
@@ -580,10 +580,10 @@ vendor/etc/init/init.qdmastats.rc|d7ddb87faaedd900f1756064fe756d50efed7ca9
 vendor/lib64/hw/[email protected]|459d506b20124520f5d650a7b30c9a490514a878
 vendor/lib64/libgrpc++_unsecure.so:vendor/lib64/libgrpc++_unsecure_prebuilt.so|e0363df07498ac7f3beb9e6f017d79e2bbc53c9c|e6363ed5a2a8d2648ab7f9d999491d2ca54d9a18
 vendor/lib64/libqcc_file_agent.so|2062da8684a791c3c8afe57f8be3d2b010337a8a
-vendor/lib64/[email protected];MODULE=[email protected]-vendor|ef866bab2186db1b2c09477e36fef20945fa671e
-vendor/lib64/[email protected];MODULE=[email protected]-vendor|0677ebfe099cdaa6c3776d0bd5318044a4220918
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor|ef866bab2186db1b2c09477e36fef20945fa671e
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor|0677ebfe099cdaa6c3776d0bd5318044a4220918
 vendor/lib64/[email protected]|304ce0a1571f218ba16d0812221e4b2fae52a6d9
-vendor/lib64/[email protected];MODULE=[email protected]-vendor|bfddf0a295b391bc1ed7961d547e9b56e3aa1b9c
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor|bfddf0a295b391bc1ed7961d547e9b56e3aa1b9c
 
 # QCOM system daemon
 vendor/bin/qcom-system-daemon
@@ -872,7 +872,7 @@ vendor/lib64/[email protected]
 vendor/lib64/[email protected]
 vendor/lib64/[email protected]
 vendor/lib64/[email protected]
-vendor/lib64/[email protected];MODULE=[email protected]-vendor
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor
 
 # Secure element
 vendor/bin/hw/[email protected]
@@ -1059,7 +1059,7 @@ vendor/lib64/libwfduibcsinkinterface_vendor.so
 vendor/lib64/libwfduibcsrc_vendor.so
 vendor/lib64/libwfduibcsrcinterface_vendor.so
 vendor/lib64/libwfdutils_proprietary.so
-vendor/lib64/[email protected];MODULE=[email protected]-vendor
+vendor/lib64/[email protected];MODULE_SUFFIX=-vendor
 vendor/lib64/[email protected]
 
 # Xiaomi MAC address

+ 2 - 2
setup-makefiles.sh

@@ -74,7 +74,7 @@ setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" tr
 write_headers "cupid diting marble mayfly mondrian thor unicorn zeus ziyi zizhan"
 
 # The standard common blobs
-write_makefiles "${MY_DIR}/proprietary-files.txt" true
+write_makefiles "${MY_DIR}/proprietary-files.txt"
 
 # Finish
 write_footers
@@ -88,7 +88,7 @@ if [ -s "${MY_DIR}/../../${VENDOR}/${DEVICE}/proprietary-files.txt" ]; then
     write_headers
 
     # The standard device blobs
-    write_makefiles "${MY_DIR}/../../${VENDOR}/${DEVICE}/proprietary-files.txt" true
+    write_makefiles "${MY_DIR}/../../${VENDOR}/${DEVICE}/proprietary-files.txt"
 
     if [ -f "${MY_DIR}/../../${VENDOR}/${DEVICE}/proprietary-firmware.txt" ]; then
         append_firmware_calls_to_makefiles "${MY_DIR}/../../${VENDOR}/${DEVICE}/proprietary-firmware.txt"