diff options
author | Elliott Hughes <enh@google.com> | 2019-03-15 03:29:15 +0000 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2019-03-15 03:29:15 +0000 |
commit | 471f1347442442ef52e2b8635e00ee9a8a61cda2 (patch) | |
tree | d939ba6dc77f859566d111b87241b067f362322a | |
parent | e9c55868b726cceb10e5a1515b74f2500c83d80f (diff) | |
download | prebuilts_build-tools-471f1347442442ef52e2b8635e00ee9a8a61cda2.tar.gz prebuilts_build-tools-471f1347442442ef52e2b8635e00ee9a8a61cda2.tar.bz2 prebuilts_build-tools-471f1347442442ef52e2b8635e00ee9a8a61cda2.zip |
Revert "Add prebuilt_cc_binary for bison."
This reverts commit e9c55868b726cceb10e5a1515b74f2500c83d80f.
Reason for revert: http://b/128641850
Change-Id: Iecebd4c9581af4b10bd144b20531ef7b18e01e97
-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"], - }, - }, -} |