Use same libgcc as Make for arm
The current make system uses the arm libgcc.a, not the thumb version. Change-Id: I38efb80b0d14bbe9c56beeb50f3817307f076d89
This commit is contained in:
15
Android.bp
15
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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user