aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVic Yang2018-11-12 22:19:56 -0600
committerVic Yang2019-03-20 23:29:24 -0500
commitefd249e62a873bbaab0ca367710f4bbc47220930 (patch)
tree6f50e1a308afe229391ccaa2fb1443ba05dba517 /Android.bp
parentf8d3be9cb7bd0716b606de0ded79a0264ba02bfb (diff)
downloadplatform-build-soong-efd249e62a873bbaab0ca367710f4bbc47220930.tar.gz
platform-build-soong-efd249e62a873bbaab0ca367710f4bbc47220930.tar.xz
platform-build-soong-efd249e62a873bbaab0ca367710f4bbc47220930.zip
Add support for no-vendor-variant VNDK
When no-vendor-variant VNDK is enabled, the vendor variant of VNDK libraries are not installed. Since not all VNDK libraries will be ready for this, we keep a list of library names in cc/vndk.go to indicate which libraries must have their vendor variants always installed regardless of whether no-vendor-variant VNDK is enabled. Also add --remove-build-id option to the strip script to facilitate the check of functional identity of the two variants. Bug: 119423884 Test: Add a dummy VNDK library and build with TARGET_VNDK_USE_CORE_VARIANT := true, with the corresponding build/make change. Change-Id: Ieb1589488690e1cef1e310669a8b47a8b8759dac
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c0a1aeb3..84ac82fb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -103,6 +103,7 @@ bootstrap_go_package {
103 "cc/config/global.go", 103 "cc/config/global.go",
104 "cc/config/tidy.go", 104 "cc/config/tidy.go",
105 "cc/config/toolchain.go", 105 "cc/config/toolchain.go",
106 "cc/config/vndk.go",
106 107
107 "cc/config/arm_device.go", 108 "cc/config/arm_device.go",
108 "cc/config/arm64_device.go", 109 "cc/config/arm64_device.go",