Move WvInstallKeybox to factory build only
Test: build factory_oriole-userdebug Test: build factory_raven-userdebug Test: build oriole-userdebug Test: build raven-userdebug Bug: 193532508 Change-Id: Iaa1c60e9878250923069a0711097eede16dbb082
This commit is contained in:
parent
f45c7d1cb5
commit
5e7d13a0d2
2 changed files with 4 additions and 3 deletions
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue