aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-07-24 17:19:23 +0000
committerDavid Su <dysu@google.com>2020-07-24 17:19:23 +0000
commit4f66ca349520a6a7f69fadbbcf97aa678bf57658 (patch)
treeccbb9aff232170eb4b30d73abdfe7938a69091e8
parentb8af73e4b3b8c7fcb68df780c9f0e0121ad886e2 (diff)
downloadflex-4f66ca349520a6a7f69fadbbcf97aa678bf57658.tar.gz
Revert "Fix dependency loop with flex"
Revert "Move some prebuilt build tool configs to Soong" Revert "Rename bison to bison_bin" Revert "Add prebuilt_build_tool to allow genrules to use prebuil..." Revert submission 1366377-prebuilt_build_tool_make Reason for revert: breaks build Reverted Changes: I20bf062bb:Export prebuilt tools to Make I4bb526492:Move some prebuilt build tool configs to Soong I195b68813:Support per-module MakeVars Ibcb257e7b:Fix dependency loop with flex I6150f0f39:Switch cc's use of bison and flex to prebuilt_buil... I6939451b8:Reland "Use genrules to build a consistent awk." Idee60640f:Add prebuilt_build_tool modules for genrule use I00893172b:Rename bison to bison_bin I82c26be1c:Add prebuilt_build_tool to allow genrules to use p... Change-Id: I9d686625de5306e886623e430689527376981b48
-rw-r--r--src/Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Android.bp b/src/Android.bp
index d916fb0..e3b3132 100644
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -1,9 +1,5 @@
cc_binary_host {
- // 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",
+ name: "flex",
stl: "none",
srcs: [