aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:18:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:18:31 +0000
commit9598ccbe30cbd57ef9fc5e02eb5f143539f8ee2b (patch)
tree0ed55b9a449fcd8396ecc195f12118db3adabefc
parentb3a2ec90436fc420f481b146f7f4f11ef0369a9b (diff)
parent14aaf9732dbc9f2e72d3af5134c0f2dff506d6fd (diff)
downloadlibbcc-9598ccbe30cbd57ef9fc5e02eb5f143539f8ee2b.tar.gz
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" am: 2f3380574e
am: 14aaf9732d Change-Id: Ieb195dcbe0a4bc7842358f8ad1dcba20f5be5470
-rw-r--r--bcinfo/Android.bp2
-rw-r--r--lib/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/bcinfo/Android.bp b/bcinfo/Android.bp
index f2b8dd0..4db32c8 100644
--- a/bcinfo/Android.bp
+++ b/bcinfo/Android.bp
@@ -67,7 +67,7 @@ cc_library_shared {
darwin: {
shared_libs: ["libLLVM"],
},
- linux: {
+ linux_glibc: {
allow_undefined_symbols: true,
},
host: {
diff --git a/lib/Android.bp b/lib/Android.bp
index 8c5f8a1..1534521 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -53,7 +53,7 @@ cc_library_shared {
darwin: {
shared_libs: ["libLLVM"],
},
- linux: {
+ linux_glibc: {
static_libs: ["libLLVMLinker"],
allow_undefined_symbols: true,
},