Merge changes I8186718c,I8d6f33e9,I56fe5e11,Ie4004c98,I531d3d60, ...
am: b26696e2dd
Change-Id: I0831809e6b0ece5d3e20c660f3331e6dc5466f79
This commit is contained in:
commit
f7e9467a31
8 changed files with 13 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ cc_library_headers {
|
||||||
name: "libbacktrace_headers",
|
name: "libbacktrace_headers",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ cc_library_headers {
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
target: {
|
target: {
|
||||||
vendor: {
|
vendor: {
|
||||||
|
|
@ -57,6 +58,7 @@ cc_library {
|
||||||
},
|
},
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"config_utils.cpp",
|
"config_utils.cpp",
|
||||||
"canned_fs_config.cpp",
|
"canned_fs_config.cpp",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ cc_library_headers {
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
target: {
|
target: {
|
||||||
linux_bionic: {
|
linux_bionic: {
|
||||||
|
|
@ -25,6 +26,7 @@ cc_library {
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
vndk: {
|
vndk: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
support_system_process: true,
|
support_system_process: true,
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ cc_library {
|
||||||
// modules should use libprocessgroup which links to the LL-NDK library
|
// modules should use libprocessgroup which links to the LL-NDK library
|
||||||
// defined below. The static library is built for tests.
|
// defined below. The static library is built for tests.
|
||||||
vendor_available: false,
|
vendor_available: false,
|
||||||
|
native_bridge_supported: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"cgroup_controller.cpp",
|
"cgroup_controller.cpp",
|
||||||
"cgroup_file.cpp",
|
"cgroup_file.cpp",
|
||||||
|
|
@ -55,6 +56,7 @@ cc_library {
|
||||||
llndk_library {
|
llndk_library {
|
||||||
name: "libcgrouprc",
|
name: "libcgrouprc",
|
||||||
symbol_file: "libcgrouprc.map.txt",
|
symbol_file: "libcgrouprc.map.txt",
|
||||||
|
native_bridge_supported: true,
|
||||||
export_include_dirs: [
|
export_include_dirs: [
|
||||||
"include",
|
"include",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ cc_library_static {
|
||||||
name: "libcgrouprc_format",
|
name: "libcgrouprc_format",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"cgroup_controller.cpp",
|
"cgroup_controller.cpp",
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ cc_library_headers {
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
|
||||||
target: {
|
target: {
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ cc_library_headers {
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
native_bridge_supported: true,
|
||||||
|
|
||||||
header_libs: [
|
header_libs: [
|
||||||
"liblog_headers",
|
"liblog_headers",
|
||||||
|
|
@ -121,6 +122,7 @@ cc_defaults {
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libutils",
|
name: "libutils",
|
||||||
defaults: ["libutils_defaults"],
|
defaults: ["libutils_defaults"],
|
||||||
|
native_bridge_supported: true,
|
||||||
|
|
||||||
srcs: [
|
srcs: [
|
||||||
"FileMap.cpp",
|
"FileMap.cpp",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ subdirs = ["tests"]
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libvndksupport",
|
name: "libvndksupport",
|
||||||
|
native_bridge_supported: true,
|
||||||
srcs: ["linker.c"],
|
srcs: ["linker.c"],
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
|
|
@ -22,6 +23,7 @@ cc_library {
|
||||||
|
|
||||||
llndk_library {
|
llndk_library {
|
||||||
name: "libvndksupport",
|
name: "libvndksupport",
|
||||||
|
native_bridge_supported: true,
|
||||||
symbol_file: "libvndksupport.map.txt",
|
symbol_file: "libvndksupport.map.txt",
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue