diff options
author | Elliott Hughes <enh@google.com> | 2019-03-14 22:29:41 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-03-14 22:29:41 -0700 |
commit | c9f34731f6e207ba2a2f9bdb3c3aa35fefaad75a (patch) | |
tree | d939ba6dc77f859566d111b87241b067f362322a | |
parent | 80faf1772bcc8dbb35b3c3ebd0cf87717906e4d9 (diff) | |
parent | 471f1347442442ef52e2b8635e00ee9a8a61cda2 (diff) | |
download | prebuilts_build-tools-c9f34731f6e207ba2a2f9bdb3c3aa35fefaad75a.tar.gz prebuilts_build-tools-c9f34731f6e207ba2a2f9bdb3c3aa35fefaad75a.tar.bz2 prebuilts_build-tools-c9f34731f6e207ba2a2f9bdb3c3aa35fefaad75a.zip |
Revert "Add prebuilt_cc_binary for bison."
am: 471f134744
Change-Id: I8cd55ac2e954c698388b27035e518008ac959f64
-rw-r--r-- | Android.bp | 14 |
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"], - }, - }, -} |