sm6375-common: extract-files improvements
Change-Id: I517698ca3b5a93e10a5b167417631c7f8d0ab9e2
This commit is contained in:
parent
3e5115e374
commit
f1bc5e8335
2 changed files with 10 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ function lib_to_package_fixup_vendor_variants() {
|
|||
com.qualcomm.qti.dpm.api@1.0 | \
|
||||
vendor.qti.hardware.fm@1.0 | \
|
||||
vendor.qti.imsrtpservice@3.0)
|
||||
echo "$1-vendor"
|
||||
echo "$1_vendor"
|
||||
;;
|
||||
libqsap_sdk | \
|
||||
libril | \
|
||||
|
|
@ -80,7 +80,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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue