Merge "Mark the modules as VNDK-SP in Android.bp" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot 2017-08-03 01:01:06 +00:00 committed by Android (Google) Code Review
commit 58f38017f7
5 changed files with 21 additions and 1 deletions

View File

@ -41,6 +41,10 @@ cc_library {
vendor_available: true,
clang: true,
host_supported: true,
vndk: {
enabled: true,
support_system_process: true,
},
srcs: [
"file.cpp",
"logging.cpp",

View File

@ -64,6 +64,10 @@ cc_library_headers {
cc_library {
name: "libbacktrace",
vendor_available: true,
vndk: {
enabled: true,
support_system_process: true,
},
defaults: ["libbacktrace_common"],
host_supported: true,

View File

@ -50,6 +50,10 @@ cc_library_headers {
cc_library {
name: "libcutils",
vendor_available: true,
vndk: {
enabled: true,
support_system_process: true,
},
host_supported: true,
srcs: [
"config_utils.c",

View File

@ -1,7 +1,11 @@
cc_library {
name: "libion",
vendor_available: true,
vendor_available: true,
vndk: {
enabled: true,
support_system_process: true,
},
srcs: ["ion.c"],
shared_libs: ["liblog"],
local_include_dirs: [

View File

@ -46,6 +46,10 @@ cc_library_headers {
cc_library {
name: "libutils",
vendor_available: true,
vndk: {
enabled: true,
support_system_process: true,
},
host_supported: true,
srcs: [