Merge changes from topic "or_return" am: e060580c31 am: d1e6b85f7b am: 8a038ec1b0 am: b22a816013
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1945135 Change-Id: Ifd5f0f6b37efad12731c0de0fdc5cb49ee3599d3
This commit is contained in:
commit
fea77d9a32
1 changed files with 8 additions and 8 deletions
|
|
@ -28,18 +28,18 @@ cc_library_headers {
|
|||
min_sdk_version: "apex_inherit",
|
||||
|
||||
header_libs: [
|
||||
"liblog_headers",
|
||||
"libsystem_headers",
|
||||
"libcutils_headers",
|
||||
"libprocessgroup_headers",
|
||||
"libbase_headers",
|
||||
"libcutils_headers",
|
||||
"liblog_headers",
|
||||
"libprocessgroup_headers",
|
||||
"libsystem_headers",
|
||||
],
|
||||
export_header_lib_headers: [
|
||||
"liblog_headers",
|
||||
"libsystem_headers",
|
||||
"libcutils_headers",
|
||||
"libprocessgroup_headers",
|
||||
"libbase_headers",
|
||||
"libcutils_headers",
|
||||
"liblog_headers",
|
||||
"libprocessgroup_headers",
|
||||
"libsystem_headers",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue