common: display: ndk_platform is deprecated. Use ndk backend for graphics common.
Change-Id: Ifc1855646a36ca6c0d4a1cf405d87ca776de2bec
This commit is contained in:
parent
0ae9b3f625
commit
1659aec124
|
@ -21,7 +21,7 @@ endif
|
|||
|
||||
# Packages
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.graphics.common-V1-ndk_platform
|
||||
android.hardware.graphics.common-V1-ndk
|
||||
|
||||
# Get non-open-source specific aspects.
|
||||
$(call inherit-product-if-exists, vendor/qcom/common/system/display/display-vendor.mk)
|
||||
|
|
|
@ -37,7 +37,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Packages
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.graphics.common-V1-ndk_platform.vendor \
|
||||
android.hardware.graphics.common-V1-ndk.vendor \
|
||||
libqdutils \
|
||||
libqservice
|
||||
|
||||
|
|
Loading…
Reference in New Issue