aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-07-16 18:47:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-07-16 18:47:39 +0000
commitb02c3b1ddd2be83c6493a9a54045ee1de447a484 (patch)
treede7f535ffd4c0b162136fee9d9ae13f73d15b0e1
parent5b84a98a9adc0af250fbbb7eb1c238647e58a3c3 (diff)
parent2f7b6787ee8228cab4cad2d227109f706d2eace3 (diff)
downloadlibbcc-b02c3b1ddd2be83c6493a9a54045ee1de447a484.tar.gz
Change-Id: If91227c0d08b177e1f707cec224e26ec37a2d646
-rw-r--r--bcinfo/Android.bp2
-rw-r--r--bcinfo/Wrap/Android.bp2
2 files changed, 4 insertions, 0 deletions
diff --git a/bcinfo/Android.bp b/bcinfo/Android.bp
index af02656..27a10b3 100644
--- a/bcinfo/Android.bp
+++ b/bcinfo/Android.bp
@@ -109,6 +109,8 @@ cc_library_headers {
name: "libbcinfo-headers",
vendor_available: true,
host_supported: true,
+ // TODO(b/153609531): remove when no longer needed.
+ native_bridge_supported: true,
export_include_dirs: ["include"],
target: {
windows: {
diff --git a/bcinfo/Wrap/Android.bp b/bcinfo/Wrap/Android.bp
index 7419779..575bdbb 100644
--- a/bcinfo/Wrap/Android.bp
+++ b/bcinfo/Wrap/Android.bp
@@ -18,6 +18,8 @@ cc_library_static {
name: "libLLVMWrap",
vendor_available: true,
host_supported: true,
+ // TODO(b/153609531): remove when no longer needed.
+ native_bridge_supported: true,
srcs: [
"bitcode_wrapperer.cpp",