Merge changes from topic "or_return" am: e060580c31
am: d1e6b85f7b
am: 8a038ec1b0
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1945135 Change-Id: Iab21eeb8460594f8b397960b849c2c4b3efe70e8
This commit is contained in:
commit
b22a816013
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…
Reference in a new issue