battery: disable wireless for pts battery test am: 27b511c302
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17226779 Change-Id: I0d7ebb47ed9d51fd8c6d681ded40cab3b33681af
This commit is contained in:
commit
7d6979c509
2 changed files with 12 additions and 0 deletions
|
@ -216,3 +216,9 @@ PRODUCT_PACKAGES += \
|
|||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayGFE4J
|
||||
|
||||
# userdebug specific
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
|
||||
endif
|
||||
|
|
|
@ -208,3 +208,9 @@ PRODUCT_PACKAGES += \
|
|||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayG03Z5
|
||||
|
||||
# userdebug specific
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/gs201/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue