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 /libutils/tests
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 'libutils/tests')
-rw-r--r--libutils/tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/tests/Android.bp b/libutils/tests/Android.bp
index 3fadef44d..6911fc51b 100644
--- a/libutils/tests/Android.bp
+++ b/libutils/tests/Android.bp
@@ -46,7 +46,7 @@ cc_test {
46 "libbase", 46 "libbase",
47 ], 47 ],
48 }, 48 },
49 linux: { 49 linux_glibc: {
50 srcs: [ 50 srcs: [
51 "Looper_test.cpp", 51 "Looper_test.cpp",
52 "RefBase_test.cpp", 52 "RefBase_test.cpp",