summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index b89da8c..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,14 +0,0 @@
-cc_prebuilt_binary {
- name: "bison",
- device_supported: false,
- host_supported: true,
-
- target: {
- linux: {
- srcs: ["linux-x86/bin/bison"],
- },
- darwin: {
- srcs: ["darwin-x86/bin/bison"],
- },
- },
-}