commit | ab34b47b359aced9e363f4e4d7018a82720f6868 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Nov 29 13:32:55 2016 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Nov 29 13:38:53 2016 -0800 |
tree | 75d0e6e8234d78f883d5bd345a54a61db267df59 | |
parent | 16017b3fbbb6ada5cd22ca38e80776981800e036 [diff] [blame] |
Enable libbase/libutils/libziparchive on host bionic Bug: 31559095 Test: Test linux_bionic compile Change-Id: Ib42c063532c1cbeb3e1418ab16a1fb54d5902aab
diff --git a/libutils/Android.bp b/libutils/Android.bp index 25c779e..217b8c3 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -86,6 +86,13 @@ "ProcessCallStack.cpp", ], }, + linux_bionic: { + enabled: true, + srcs: [ + "Looper.cpp", + "ProcessCallStack.cpp", + ], + }, darwin: { cflags: ["-Wno-unused-parameter"],