summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-07-15 01:02:49 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-07-15 01:02:49 +0000
commit0d96f47659afa8564eae4773d5d0a254a15c89db (patch)
tree49fe00a11d11c3804b8f32b766e22d97581ce830
parent648c456f85b395e3e92903ea3210a2b7339f8717 (diff)
parent1b6157683bd58f8fa96c91a56b1c8d8f1445e72a (diff)
downloadprebuilts_build-tools-android11-d1-s7-release.tar.gz
prebuilts_build-tools-android11-d1-s7-release.tar.bz2
prebuilts_build-tools-android11-d1-s7-release.zip
Change-Id: Ic27968679f5dfd1fa580bb9eb031946ad54d0e40
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c3bde3e..758bd46 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",
}