Libziparchive: Export headers in defaults
libziparchive-host needs to include the headers correctly, too. Bug: 37342627 Test: mmma system/core/libziparchive Change-Id: I88a6d38ff9e494273040f9b913c71bccdda117ad
This commit is contained in:
parent
0f4fb5497a
commit
a10a7e7114
|
@ -50,6 +50,8 @@ cc_defaults {
|
|||
"libbase",
|
||||
"liblog",
|
||||
],
|
||||
|
||||
export_include_dirs: ["include"],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
@ -65,7 +67,6 @@ cc_library {
|
|||
"liblog",
|
||||
"libbase",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
target: {
|
||||
android: {
|
||||
shared_libs: [
|
||||
|
|
Loading…
Reference in New Issue