Quellcode durchsuchen

sm8450-common: Fix [email protected] ELF checks

Change-Id: I759752ccc133d7047d415eb83c5d3c55820437a4
Cosmin Tanislav vor 10 Monaten
Ursprung
Commit
7dddbaea7d
2 geänderte Dateien mit 9 neuen und 8 gelöschten Zeilen
  1. 7 7
      proprietary-files.txt
  2. 2 1
      setup-makefiles.sh

+ 7 - 7
proprietary-files.txt

@@ -210,7 +210,7 @@ vendor/lib64/libtestutils.so|61b98f252afde4eb7c674de870e7afb590c9bb2a
 vendor/lib64/libtinyxml2_1.so|ae0c9190fd54c18a6c28dfccdfd29655abcb08de
 
 # DPM
-system_ext/bin/dpmd;DISABLE_CHECKELF
+system_ext/bin/dpmd
 system_ext/bin/tcmd
 system_ext/etc/dpm/dpm.conf
 system_ext/etc/init/dpmd.rc
@@ -220,11 +220,11 @@ system_ext/etc/permissions/dpmapi.xml
 system_ext/etc/seccomp_policy/tcmd.policy
 system_ext/framework/com.qti.dpmframework.jar
 system_ext/framework/dpmapi.jar
-system_ext/lib64/[email protected];[email protected]
-system_ext/lib64/libdpmctmgr.so;DISABLE_CHECKELF
-system_ext/lib64/libdpmfdmgr.so;DISABLE_CHECKELF
-system_ext/lib64/libdpmframework.so;DISABLE_CHECKELF
-system_ext/lib64/libdpmtcm.so;DISABLE_CHECKELF
+system_ext/lib64/[email protected]
+system_ext/lib64/libdpmctmgr.so
+system_ext/lib64/libdpmfdmgr.so
+system_ext/lib64/libdpmframework.so
+system_ext/lib64/libdpmtcm.so
 system_ext/lib64/vendor.qti.hardware.dpmaidlservice-V1-ndk.so
 system_ext/lib64/[email protected]
 system_ext/lib64/[email protected]
@@ -234,7 +234,7 @@ 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]
+vendor/lib64/[email protected];[email protected]
 vendor/lib64/libdpmqmihal.so
 vendor/lib64/vendor.libdpmctmgr.so
 vendor/lib64/vendor.libdpmfdmgr.so

+ 2 - 1
setup-makefiles.sh

@@ -44,7 +44,8 @@ function lib_to_package_fixup_vendor_variants() {
         [email protected] | \
         [email protected] | \
         [email protected] | \
-        [email protected])
+        [email protected] | \
+        [email protected])
             echo "$1-vendor"
             ;;
         *)