summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-07-14 23:07:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-07-14 23:07:48 +0000
commit5bc15626f883d4dd0040b1eb2d1f7b924d5c1f70 (patch)
tree49fe00a11d11c3804b8f32b766e22d97581ce830
parent6658c442d5a363c054b2acd298bda8442a3fd679 (diff)
parent0906008e00e8b77d6b3aa4cb197e76e6817d8841 (diff)
downloadbuild-tools-android11-qpr1-release.tar.gz
Change-Id: I9dd9ce279084e5107daff3fdbd0476d5a449aed4
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c3bde3e1..758bd469 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,8 @@ cc_library_headers {
name: "FlexLexer",
host_supported: true,
vendor_available: true,
+ // TODO(b/153609531): remove when no longer needed.
+ native_bridge_supported: true,
export_include_dirs: ["common/flex"],
notice: "common/flex/NOTICE",
}