diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2017-10-03 14:17:31 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2017-10-16 20:55:39 -0700 |
| commit | bdddcab3bd0c92d12793d4e1bc7252443bcd0e6e (patch) | |
| tree | 331faf41713b3286f19eb651ef6cb882562b1732 /libutils/tests | |
| parent | 06254de12a9a12c5d0a7732d2a40cc3a10754b57 (diff) | |
| download | system_core-bdddcab3bd0c92d12793d4e1bc7252443bcd0e6e.tar.gz system_core-bdddcab3bd0c92d12793d4e1bc7252443bcd0e6e.tar.bz2 system_core-bdddcab3bd0c92d12793d4e1bc7252443bcd0e6e.zip | |
Use target.linux for all linux kernel based targets
Now in Android.bp files, target.linux applies to all targets running a
linux kernel (android, linux_glibc, linux_bionic). So common
flags/sources/etc can be combined instead of copying them to each
target.
Test: m
Change-Id: If7ad138ea1c540c160731f86b6ccc0daa5c69b83
Diffstat (limited to 'libutils/tests')
| -rw-r--r-- | libutils/tests/Android.bp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libutils/tests/Android.bp b/libutils/tests/Android.bp index 6911fc51b..a891fcae2 100644 --- a/libutils/tests/Android.bp +++ b/libutils/tests/Android.bp @@ -34,8 +34,6 @@ cc_test { target: { android: { srcs: [ - "Looper_test.cpp", - "RefBase_test.cpp", "SystemClock_test.cpp", ], shared_libs: [ @@ -46,7 +44,7 @@ cc_test { "libbase", ], }, - linux_glibc: { + linux: { srcs: [ "Looper_test.cpp", "RefBase_test.cpp", |
