aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 09acaf98..501e4d5f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -210,12 +210,27 @@ bootstrap_go_binary {
toolchain_library {
name: "libatomic",
+ arch: {
+ arm: {
+ instruction_set: "arm",
+ },
+ },
}
toolchain_library {
name: "libgcc",
+ arch: {
+ arm: {
+ instruction_set: "arm",
+ },
+ },
}
toolchain_library {
name: "libgcov",
+ arch: {
+ arm: {
+ instruction_set: "arm",
+ },
+ },
}