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:
commit
50575f4eb5
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