Add build script for widevine apkset.

This builds Widevine APEXes for every target arch and then build APKS
file signed with devkeys.

Bug: 281617982
Test: DIST_DIR=out/dist UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true \
  TARGET_BUILD_APPS="com.google.android.widevine \
    com.google.android.widevine.nonupdatable \
    com.google.android.widevine.lazy" \
  vendor/widevine/libwvdrmengine/apex/device/build.sh
Change-Id: I6b47d9de3d572298e84b26b744710818e9f75210
This commit is contained in:
Jooyung Han
2023-05-11 16:01:39 +09:00
parent 24c3bbb783
commit 6808813f46
3 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
$(call inherit-product, $(TARGET_BASE_PRODUCT))
include vendor/widevine/libwvdrmengine/apex/device/device.mk