Move WvInstallKeybox to factory build only am: d5c3960367

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

Change-Id: I924bfe40f467b706d7d5ba08910160b48b2fe76a
This commit is contained in:
Chenglu Lin 2021-07-19 13:36:21 +00:00 committed by Automerger Merge Worker
commit 2caf245533
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 include hardware/google/pixel/dauntless/dauntless.mk
endif endif
PRODUCT_PACKAGES_DEBUG += \
WvInstallKeybox
# Copy Camera HFD Setfiles # Copy Camera HFD Setfiles
#PRODUCT_COPY_FILES += \ #PRODUCT_COPY_FILES += \
device/google/gs101/firmware/camera/libhfd/default_configuration.hfd.cfg.json:$(TARGET_COPY_OUT_VENDOR)/firmware/default_configuration.hfd.cfg.json \ 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 # PixelLogger for RF testing
PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES_DEBUG += \
PixelLogger PixelLogger
# Tool for installing Widevine keybox
PRODUCT_PACKAGES_DEBUG += \
WvInstallKeybox