Update device.mk
This commit is contained in:
parent
d24f45f340
commit
d303493ac5
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ BOARD_API_LEVEL := 31
|
|||
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||
SHIPPING_API_LEVEL := 31
|
||||
|
||||
# Virtual ab device
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.virtual_ab.enabled=true
|
||||
|
||||
# A/B
|
||||
AB_OTA_POSTINSTALL_CONFIG += \
|
||||
RUN_POSTINSTALL_system=true \
|
||||
|
|
Loading…
Reference in a new issue