fixup! dre: do not manually build dependencies
Change-Id: I88b191c3b23b44a34b0d1841984e6d31079e60ed
This commit is contained in:
parent
01ae51cb94
commit
8671c7c353
1 changed files with 1 additions and 11 deletions
12
device.mk
12
device.mk
|
@ -147,8 +147,7 @@ PRODUCT_PACKAGES += \
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.camera.provider@2.4-impl \
|
android.hardware.camera.provider@2.4-impl \
|
||||||
android.hardware.camera.provider@2.4-service_64 \
|
android.hardware.camera.provider@2.4-service_64
|
||||||
libcamera_metadata_shim
|
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
||||||
|
@ -373,10 +372,6 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
vndservicemanager
|
vndservicemanager
|
||||||
|
|
||||||
# Vendor libstdc++
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
libstdc++_vendor
|
|
||||||
|
|
||||||
# Verified Boot
|
# Verified Boot
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
|
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
|
||||||
|
@ -388,14 +383,9 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
|
vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
|
||||||
|
|
||||||
# VNDK
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
android.hardware.common-V1-ndk_platform.vendor
|
|
||||||
|
|
||||||
# Wi-Fi
|
# Wi-Fi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.wifi-service \
|
android.hardware.wifi-service \
|
||||||
android.hardware.wifi.hostapd@1.0.vendor \
|
|
||||||
hostapd \
|
hostapd \
|
||||||
libwpa_client \
|
libwpa_client \
|
||||||
libwifi-hal-ctrl \
|
libwifi-hal-ctrl \
|
||||||
|
|
Loading…
Reference in a new issue