aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-08-12 20:10:25 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-08-12 20:10:25 +0000
commite058c910354051d00ffa40f58df150a105fd31cb (patch)
tree9ecd1042be4d3f980b75154072bfc88736a6800a
parentcb6da6c6418c6ccda87a2b448ba31e34bb941b2f (diff)
parent90a4022e091f39d3534a30bbb9d02986f2f5ad9b (diff)
downloadflex-build-tools-release.tar.gz
Snap for 6758058 from 90a4022e091f39d3534a30bbb9d02986f2f5ad9b to build-tools-releasebuild-tools-release
Change-Id: I3fef5e674266be799fcaf1f873e2040c10c48535
-rw-r--r--src/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Android.bp b/src/Android.bp
index e3b3132..d916fb0 100644
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -1,5 +1,9 @@
cc_binary_host {
- name: "flex",
+ // Not named "flex" because we need the flex module to build scan.l below,
+ // and we don't support dependency loops. The stem renames this back to
+ // 'flex' in the installed path
+ name: "flex_bin",
+ stem: "flex",
stl: "none",
srcs: [