Merge "Mark the modules as VNDK-SP in Android.bp" into oc-mr1-dev
This commit is contained in:
commit
58f38017f7
5 changed files with 21 additions and 1 deletions
|
|
@ -41,6 +41,10 @@ cc_library {
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
clang: true,
|
clang: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
vndk: {
|
||||||
|
enabled: true,
|
||||||
|
support_system_process: true,
|
||||||
|
},
|
||||||
srcs: [
|
srcs: [
|
||||||
"file.cpp",
|
"file.cpp",
|
||||||
"logging.cpp",
|
"logging.cpp",
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,10 @@ cc_library_headers {
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libbacktrace",
|
name: "libbacktrace",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
vndk: {
|
||||||
|
enabled: true,
|
||||||
|
support_system_process: true,
|
||||||
|
},
|
||||||
defaults: ["libbacktrace_common"],
|
defaults: ["libbacktrace_common"],
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,10 @@ cc_library_headers {
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libcutils",
|
name: "libcutils",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
vndk: {
|
||||||
|
enabled: true,
|
||||||
|
support_system_process: true,
|
||||||
|
},
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"config_utils.c",
|
"config_utils.c",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,11 @@
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libion",
|
name: "libion",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
vndk: {
|
||||||
|
enabled: true,
|
||||||
|
support_system_process: true,
|
||||||
|
},
|
||||||
srcs: ["ion.c"],
|
srcs: ["ion.c"],
|
||||||
shared_libs: ["liblog"],
|
shared_libs: ["liblog"],
|
||||||
local_include_dirs: [
|
local_include_dirs: [
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,10 @@ cc_library_headers {
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libutils",
|
name: "libutils",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
|
vndk: {
|
||||||
|
enabled: true,
|
||||||
|
support_system_process: true,
|
||||||
|
},
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue