Disable VNDK runtime checking
GSI enabled the VNDK, but devices need to fix the depedency of libraries. Before that, disable the VNDK runtime checking temporary. Bug: 65190702 Test: Test on a device which doesn't fix VNDK dependency with GSI Change-Id: Ib942a7efdc75beca93c60d1e0484835342efcfd2
This commit is contained in:
parent
6bec81a924
commit
04f6ff5adb
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
# VNDK
|
# VNDK
|
||||||
BOARD_VNDK_VERSION := current
|
BOARD_VNDK_VERSION := current
|
||||||
|
BOARD_VNDK_RUNTIME_DISABLE := true
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop
|
TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop
|
||||||
|
|
Loading…
Reference in a new issue