Add non-updatable Widevine Apex in build
Bug: 251299786 Test: m com.google.android.widevine.nonupdatable Change-Id: I7129d28ef1fbfddf4176849f5d6bbe9dcc6b3df1
This commit is contained in:
10
libwvdrmengine/apex/nonupdatable/device.mk
Normal file
10
libwvdrmengine/apex/nonupdatable/device.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user