aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorRomain Jobredeaux <jobredeaux@google.com>2022-07-26 16:45:18 -0400
committerRomain Jobredeaux <jobredeaux@google.com>2022-08-04 10:30:53 -0400
commit8661666ccf8de34a5b418a4d54af949681b7c119 (patch)
tree7d0f9650ae02a981dea4fc50168e58a1dea6f9e3 /platforms
parent87f10b5dc133eb3f7e9293fe06a08e3363176847 (diff)
downloadbazel-8661666ccf8de34a5b418a4d54af949681b7c119.tar.gz
Create platform mappings file.
This maps the current --fat_apk_cpu setting to //build/bazel/platforms:android_target so that the platform reset that occurs in the android_binary deps split transition knows to use an android (rather than host) platform to build the deps. Test: b build packages/apps/WallpaperPicker + CI Change-Id: I38d23dccb297c97c271b8710c8e72f3809a2cca1 Bug: 240761789 Bug: 215230093 Bug: 215230095
Diffstat (limited to 'platforms')
-rw-r--r--platforms/platform_mappings3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/platform_mappings b/platforms/platform_mappings
new file mode 100644
index 00000000..54bf94b9
--- /dev/null
+++ b/platforms/platform_mappings
@@ -0,0 +1,3 @@
+flags:
+ --cpu=k8
+ //build/bazel/platforms:android_target