Merge "libbase: make vendor_available" into oc-dev am: 129eb45b0d
am: 9aebb1e0f5
Change-Id: I559882f22858ebf82463a973d8b277cb10cbfd7a
This commit is contained in:
commit
6468154300
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ cc_library_headers {
|
|||
|
||||
cc_library {
|
||||
name: "libbase",
|
||||
vendor_available: true,
|
||||
clang: true,
|
||||
host_supported: true,
|
||||
srcs: [
|
||||
|
@ -58,6 +59,7 @@ cc_library {
|
|||
|
||||
cppflags: libbase_cppflags,
|
||||
shared_libs: ["liblog"],
|
||||
header_libs: ["libutils_headers"],
|
||||
target: {
|
||||
android: {
|
||||
srcs: [
|
||||
|
|
Loading…
Reference in a new issue