summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:17:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:17:38 +0000
commitdb140abe1e4c6e3c32ef2a1c21133dbdb8165778 (patch)
tree60d9bd7b95e1ba255be159a786a6b6b57bb68ba4
parentaf74bfe1e1748786c749b0a1c01c343b7858187b (diff)
parent99e91386fca4ee44ab604259f59f269a0917fb71 (diff)
downloadbuild-tools-simpleperf-release.tar.gz
Snap for 11510257 from 99e91386fca4ee44ab604259f59f269a0917fb71 to simpleperf-releasesimpleperf-release
Change-Id: If64fcda2d86e2f1ba4b35957a1e586d883df8fbf
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 31990b29..592b0e01 100644
--- a/Android.bp
+++ b/Android.bp
@@ -137,6 +137,25 @@ prebuilt_build_tool {
},
}
+prebuilt_build_tool {
+ name: "make",
+ enabled: false,
+ arch: {
+ x86_64: {
+ enabled: true,
+ },
+ },
+ target: {
+ darwin: {
+ src: "darwin-x86/bin/make",
+ },
+ linux: {
+ src: "linux-x86/bin/make",
+ },
+ },
+ visibility: ["//vendor:__subpackages__"],
+}
+
///
// cpython3 host prebuilts
///