Move WvInstallKeybox to factory build only am: d5c3960367 am: a99fe3e91b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15310730

Change-Id: I077132dbe7c3e5d3bf3c1f65c9324c08e60c7d8e
This commit is contained in:
Chenglu Lin 2021-07-19 13:59:15 +00:00 committed by Automerger Merge Worker
commit 50575f4eb5
2 changed files with 4 additions and 3 deletions

View file

@ -559,9 +559,6 @@ ifeq (,$(filter true, $(BOARD_WITHOUT_DTLS)))
include hardware/google/pixel/dauntless/dauntless.mk
endif
PRODUCT_PACKAGES_DEBUG += \
WvInstallKeybox
# Copy Camera HFD Setfiles
#PRODUCT_COPY_FILES += \
device/google/gs101/firmware/camera/libhfd/default_configuration.hfd.cfg.json:$(TARGET_COPY_OUT_VENDOR)/firmware/default_configuration.hfd.cfg.json \

View file

@ -75,3 +75,7 @@ PRODUCT_SET_DEBUGFS_RESTRICTIONS := false
# PixelLogger for RF testing
PRODUCT_PACKAGES_DEBUG += \
PixelLogger
# Tool for installing Widevine keybox
PRODUCT_PACKAGES_DEBUG += \
WvInstallKeybox