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