Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc9924ed authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mark the modules as VNDK-SP in Android.bp"

parents a78b5b30 9ca92458
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ cc_library {
    name: "libbase",
    vendor_available: true,
    host_supported: true,
    vndk: {
        enabled: true,
        support_system_process: true,
    },
    srcs: [
        "file.cpp",
        "logging.cpp",
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ cc_library_headers {
cc_library {
    name: "libbacktrace",
    vendor_available: true,
    vndk: {
        enabled: true,
        support_system_process: true,
    },
    defaults: ["libbacktrace_common"],
    host_supported: true,

+4 −0
Original line number Diff line number Diff line
@@ -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",
+5 −1
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
cc_library {
    name: "libion",
    vendor_available: true,
    vndk: {
        enabled: true,
        support_system_process: true,
    },
    srcs: ["ion.c"],
    shared_libs: ["liblog"],
    local_include_dirs: [
+4 −0
Original line number Diff line number Diff line
@@ -44,6 +44,10 @@ cc_library_headers {
cc_library {
    name: "libutils",
    vendor_available: true,
    vndk: {
        enabled: true,
        support_system_process: true,
    },
    host_supported: true,

    srcs: [