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

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

Change-Id: I2ca1c0098914e65f6f0d1bd68ccb906002debd11
This commit is contained in:
Chenglu Lin 2021-07-19 14:11:46 +00:00 committed by Automerger Merge Worker
commit bb8fe6ac78
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