From 04f6ff5adb926728404e096f244d54e31f23dbff Mon Sep 17 00:00:00 2001 From: SzuWei Lin Date: Mon, 4 Sep 2017 18:04:40 +0800 Subject: [PATCH] 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 --- target/board/treble_common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/board/treble_common.mk b/target/board/treble_common.mk index 8637235a0..ec711c256 100644 --- a/target/board/treble_common.mk +++ b/target/board/treble_common.mk @@ -19,6 +19,7 @@ # VNDK BOARD_VNDK_VERSION := current +BOARD_VNDK_RUNTIME_DISABLE := true # Properties TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop