aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-02-24 17:13:39 -0800
committerColin Cross <ccross@android.com>2020-02-24 17:13:39 -0800
commit2a5dd60b2876104b5eb827188acc2a13310739bf (patch)
treee87399c78061faf4180a237a0a8f2ca6321fb9d4 /Android.bp
parente5c233ed972c93c13c0fc7d1fa01864180b28488 (diff)
downloadamber-2a5dd60b2876104b5eb827188acc2a13310739bf.tar.gz
Use libvulkan for platform variant of deqp_amber
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
Diffstat (limited to 'Android.bp')
-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 {