Skip to content

Commit

Permalink
sm8250-common: Drop dependencies on [email protected]
Browse files Browse the repository at this point in the history
Change-Id: I4c6803a6f1bfdd3fde7d83f59c0642f3398f531b
  • Loading branch information
moetayuko authored and SGCMarkus committed Mar 24, 2022
1 parent da8c649 commit f43784a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
3 changes: 3 additions & 0 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ fi

function blob_fixup() {
case "${1}" in
system_ext/lib64/libwfdnative.so)
${PATCHELF} --remove-needed "[email protected]" "${2}"
;;
system_ext/etc/permissions/moto-telephony.xml)
sed -i "s#/system/#/system_ext/#" "${2}"
;;
Expand Down
46 changes: 0 additions & 46 deletions libhidl/Android.mk

This file was deleted.

4 changes: 0 additions & 4 deletions sm8250.mk
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,7 @@ PRODUCT_PACKAGES += \

# HIDL
PRODUCT_PACKAGES += \
[email protected] \
[email protected]_system \
libhidltransport \
libhidltransport.vendor \
libhwbinder \
libhwbinder.vendor

# Init
Expand Down

0 comments on commit f43784a

Please sign in to comment.