aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-02-24 17:13:39 -0800
committerColin Cross <ccross@android.com>2020-04-28 15:29:42 -0700
commit82e4066d660069b8f2bb6905a1223a0273098536 (patch)
treee87399c78061faf4180a237a0a8f2ca6321fb9d4
parente5c233ed972c93c13c0fc7d1fa01864180b28488 (diff)
downloadamber-android11-mainline-permission-release.tar.gz
The SDK variant of deqp_amber doesn't need libvulkan, as the headers are always visible through the NDK. When the build system is changed to also create a platform variant then a dependency on libvulkan will be necessary to see the headers. Also reexport the headers to be visible to libdeqp. Bug: 149591340 Test: m checkbuild Change-Id: I22cc9c2cea9e7aef7bcfc343c95e522b26ec6638 Merged-In: I22cc9c2cea9e7aef7bcfc343c95e522b26ec6638 (cherry picked from commit 2a5dd60b2876104b5eb827188acc2a13310739bf)
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9e763a9..cb2230e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,8 @@ cc_defaults {
rtti: false,
sdk_version: "27",
stl: "libc++_static",
+ shared_libs: ["libvulkan"],
+ export_shared_lib_headers: ["libvulkan"],
}
cc_library_static {