Add a build time constant to disable VABC
Test: m Bug: 185400304 Change-Id: I4ed5676f4a1195f084ed447196ee9e3ce71ec84a
This commit is contained in:
parent
e7cd588ac8
commit
814a6688e2
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