summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2017-10-02 12:38:16 -0500
committerDan Willemsen2017-10-02 12:44:29 -0500
commit48529337077a2fad36a7cba0a26083694bff3537 (patch)
tree7ee83a477c711abf16ce00de72adfa2270277290 /libdiskconfig
parentcd58088ccfc1a3315bed181c0c1b7cab3e71176f (diff)
downloadplatform-system-core-48529337077a2fad36a7cba0a26083694bff3537.tar.gz
platform-system-core-48529337077a2fad36a7cba0a26083694bff3537.tar.xz
platform-system-core-48529337077a2fad36a7cba0a26083694bff3537.zip
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: I72ef34689c60ce547cab2898e354b027e335f6a1 Exempt-From-Owner-Approval: build system cleanup
Diffstat (limited to 'libdiskconfig')
-rw-r--r--libdiskconfig/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskconfig/Android.bp b/libdiskconfig/Android.bp
index 23a5c79d0..b92f0863d 100644
--- a/libdiskconfig/Android.bp
+++ b/libdiskconfig/Android.bp
@@ -23,7 +23,7 @@ cc_library {
23 darwin: { 23 darwin: {
24 enabled: false, 24 enabled: false,
25 }, 25 },
26 linux: { 26 linux_glibc: {
27 cflags: [ 27 cflags: [
28 "-O2", 28 "-O2",
29 "-g", 29 "-g",