aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-07-17 17:27:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-17 17:27:10 +0000
commitf7d27392bd9be921110c6255ea39f6b90592d535 (patch)
tree4e21a1393d59b2843ceea94a837aa735986a9d15
parent98ab7d68cf5a16ad506b03e190c8587a8a3ea14d (diff)
parent631c662e75f48e26298cb0f3bf4205c464cb9b42 (diff)
downloadplatform_external_libbrillo-f7d27392bd9be921110c6255ea39f6b90592d535.tar.gz
platform_external_libbrillo-f7d27392bd9be921110c6255ea39f6b90592d535.tar.bz2
platform_external_libbrillo-f7d27392bd9be921110c6255ea39f6b90592d535.zip
Fix mac build.
am: 631c662e75 Change-Id: I9a68e101b545b1be3c3e25309348f8c122d2c7fd
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e59e7fe..52ae4f5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -131,7 +131,7 @@ libbrillo_shared_libraries = ["libchrome"]
cc_library {
name: "libbrillo",
host_supported: true,
- srcs: libbrillo_core_sources + libbrillo_linux_sources,
+ srcs: libbrillo_core_sources,
shared_libs: libbrillo_shared_libraries,
static_libs: [
"libmodpb64",
@@ -144,6 +144,9 @@ cc_library {
host: {
cppflags: ["-D__ANDROID_HOST__"],
},
+ android: {
+ srcs: libbrillo_linux_sources,
+ },
},
}