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

Commit 5982a46c authored by Justin Yun's avatar Justin Yun Committed by android-build-merger
Browse files

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

am: 028664fc

Change-Id: I818d55b42e19078bc8b232fe2c319db397ef1e7a
parents ab6b6e2c 028664fc
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: [