Add a build time constant to disable VABC am: 455d871533
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14968799 Change-Id: I769a8a12fd994bbb8427b350f7ac47b5ef0366fa
This commit is contained in:
commit
d76457d435
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ include build/make/target/board/BoardConfigPixelCommon.mk
|
|||
# Should be uncommented after fixing vndk-sp violation is fixed.
|
||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||
|
||||
# This prop, when set to 1, will prevent OTA tooling from generating a VABC OTA,
|
||||
# even if device actually supports it.
|
||||
# Remove this once P21 decides to use VABC OTA
|
||||
BOARD_DONT_USE_VABC_OTA := true
|
||||
|
||||
# HACK : To fix up after bring up multimedia devices.
|
||||
TARGET_SOC := gs101
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue