Add a build time constant to disable VABC am: 455d871533 am: 9e6c067ba5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14968799 Change-Id: I306d753b19a90b758f7be6c15df4e65ff617166e
This commit is contained in:
commit
0d5ccd613e
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.
|
# Should be uncommented after fixing vndk-sp violation is fixed.
|
||||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
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.
|
# HACK : To fix up after bring up multimedia devices.
|
||||||
TARGET_SOC := gs101
|
TARGET_SOC := gs101
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue