From bfe4ade31ff84eb32f43e2689400b8cd9e21a08e Mon Sep 17 00:00:00 2001 From: Jose Galmes Date: Mon, 7 Mar 2022 14:14:19 -0800 Subject: [PATCH] Add install_in_root property to VSDK generated Android.bp. Bug: 215295121 Test: Install VSDK and verify install_in_root property is present in generated Android.bp Change-Id: Ib1215de833c9ced436911ffeb3052fcea12bf648 --- vendor_snapshot/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor_snapshot/update.py b/vendor_snapshot/update.py index 3e00c6d03..03cc236dc 100644 --- a/vendor_snapshot/update.py +++ b/vendor_snapshot/update.py @@ -102,6 +102,7 @@ JSON_TO_BP = { 'SanitizeUbsanDep': 'sanitize_ubsan_dep', 'Symlinks': 'symlinks', 'StaticExecutable': 'static_executable', + 'InstallInRoot': 'install_in_root', 'InitRc': 'init_rc', 'VintfFragments': 'vintf_fragments', 'SharedLibs': 'shared_libs',