Add liboemcrypto.so as required by WV APEX
[ Merge of go/wvgerrit/164757 ] Modify Widevine apex configuration to add add liboemcrypto.so as required by WV APEX. Bug: 243699259 Test: atp v2/widevine-eng/drm_compliance Change-Id: I136dde5d77aed4fb14737e4692153c8f3b2c701b
This commit is contained in:
10
libwvdrmengine/apex/device/device.mk
Normal file
10
libwvdrmengine/apex/device/device.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
PRODUCT_PACKAGES += \
|
||||
com.google.android.widevine \
|
||||
|
||||
# Check if we can use dev keys
|
||||
ifneq ($(wildcard vendor/google/dev-keystore),)
|
||||
$(call soong_config_set,widevine,use_devkey,true)
|
||||
endif
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
widevine_linker_config
|
||||
Reference in New Issue
Block a user