device.mk: install vulkan.gs101 unconditionally am: 80f0a6d3d0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14205715 Change-Id: I201f6f903919e698445b6946d7448b7d73cd5f5b
This commit is contained in:
commit
4d9b5f3c49
1 changed files with 3 additions and 8 deletions
11
device.mk
11
device.mk
|
@ -851,7 +851,8 @@ PRODUCT_PACKAGES += \
|
||||||
libRSDriverArm32 \
|
libRSDriverArm32 \
|
||||||
libbccArm32 \
|
libbccArm32 \
|
||||||
libmalicore32 \
|
libmalicore32 \
|
||||||
libOpenCL32
|
libOpenCL32 \
|
||||||
|
vulkan.gs10132
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -861,17 +862,11 @@ PRODUCT_PACKAGES += \
|
||||||
libbccArm \
|
libbccArm \
|
||||||
libmalicore \
|
libmalicore \
|
||||||
libOpenCL \
|
libOpenCL \
|
||||||
|
vulkan.gs101 \
|
||||||
whitelist \
|
whitelist \
|
||||||
libstagefright_hdcp \
|
libstagefright_hdcp \
|
||||||
libskia_opt
|
libskia_opt
|
||||||
|
|
||||||
ifneq (,$(realpath $(TOPDIR)vendor/arm/mali/valhall/Android.bp))
|
|
||||||
# TODO: fix the prebuilts to properly define and install this target
|
|
||||||
# rather than simply making a symlink
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
vulkan.gs101
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(USE_SWIFTSHADER),true)
|
ifeq ($(USE_SWIFTSHADER),true)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libGLESv1_CM_swiftshader \
|
libGLESv1_CM_swiftshader \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue