battery: disable wireless for pts battery test am: 27b511c302
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17226779 Change-Id: I28eeb5482b9bac5a0a68a35694deb3ab9b0e422b
This commit is contained in:
commit
4aefa2ec8e
2 changed files with 12 additions and 0 deletions
|
@ -216,3 +216,9 @@ PRODUCT_PACKAGES += \
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGFE4J
|
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
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayG03Z5
|
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