aboutsummaryrefslogtreecommitdiff
path: root/bcinfo/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:10 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:10 -0700
commit06a22ed0ca9a726b5b5afe2a7a2ae61d5cefca36 (patch)
tree903a2f55382a309ceca0d91fbe06bcb00194b17b /bcinfo/Android.bp
parent5b5c2da95c9c3d99f0aab756c339089d300757c5 (diff)
downloadlibbcc-06a22ed0ca9a726b5b5afe2a7a2ae61d5cefca36.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
In the future, target.linux will apply to all targets running a linux kernel (android, linux_glibc, linux_bionic). So move all current users to the specific linux_glibc. There will be another cleanup pass later that will move some instances back to target.linux if the properties should be shared with target.android and target.linux_bionic, but target.linux needs to be removed first. Test: out/soong/build.ninja identical before/after Change-Id: If70ce36ae94d7aca1d763d25cd68ad696cb68a70 Exempt-From-Owner-Approval: build system cleanup
Diffstat (limited to 'bcinfo/Android.bp')
-rw-r--r--bcinfo/Android.bp2
1 files changed, 1 insertions, 1 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: {