summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-16 23:10:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-16 23:10:53 +0000
commit17dead5d3aedc684a6a73052319bf44513e998c2 (patch)
tree1336ee5c38e6e231f8c33407a49336e8ea8b0183
parent26e6fcae5022005864c3704aaa1a8d31ba6469ae (diff)
parentb60f75f6bbe223f8b6c8772f9f98103af3af9e10 (diff)
downloadlibchrome-o-mr1-iot-preview-6.tar.gz
Use target.linux for all linux kernel based targetsandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: b60f75f6bb Change-Id: Idb8613c20fe5915398a741044b00af81846c8222
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 9f7da860c9..5aa23aa6f7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -311,8 +311,11 @@ cc_library {
"libgtest_prod",
],
target: {
+ linux: {
+ srcs: libchromeLinuxSrc,
+ },
android: {
- srcs: libchromeLinuxSrc + [
+ srcs: [
"base/memory/shared_memory_android.cc",
"base/sys_info_chromeos.cc",
],
@@ -322,7 +325,7 @@ cc_library {
],
},
linux_glibc: {
- srcs: libchromeLinuxSrc + [
+ srcs: [
"base/allocator/allocator_shim.cc",
"base/allocator/allocator_shim_default_dispatch_to_glibc.cc"
],