Files
android/libwvdrmengine/apex/nonupdatable/device.mk
Kyle Zhang ca0a653b2d Add non-updatable Widevine Apex in build
Bug: 251299786
Test: m com.google.android.widevine.nonupdatable
Change-Id: I7129d28ef1fbfddf4176849f5d6bbe9dcc6b3df1
2023-02-07 19:28:19 +00:00

10 lines
309 B
Makefile

PRODUCT_PACKAGES += \
com.google.android.widevine.nonupdatable \
# Check if we can use dev keys
ifneq ($(wildcard vendor/google/dev-keystore),)
$(call soong_config_set,widevine,use_devkey,true)
endif
PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \
vendor/widevine/libwvdrmengine/apex/device/linker.config.json