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

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

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

parents 0dd4b6aa 6a7e8823
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
cc_library {
    name: "libcrypto_utils",
    vendor_available: true,
    vndk: {
        enabled: true,
    },
    host_supported: true,
    srcs: [
        "android_pubkey.c",
+3 −0
Original line number Diff line number Diff line
cc_library {
    name: "libdiskconfig",
    vendor_available: true,
    vndk: {
        enabled: true,
    },
    srcs: [
        "diskconfig.c",
        "diskutils.c",
+3 −0
Original line number Diff line number Diff line
cc_library_shared {
    name: "libnetutils",
    vendor_available: true,
    vndk: {
        enabled: true,
    },

    srcs: [
        "dhcpclient.c",
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ libprocinfo_cppflags = [
cc_library {
    name: "libprocinfo",
    vendor_available: true,
    vndk: {
        enabled: true,
    },
    host_supported: true,
    srcs: [
        "process.cpp",
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
cc_library {
    name: "libsuspend",
    vendor_available: true,
    vndk: {
        enabled: true,
    },

    srcs: [
        "autosuspend.c",
Loading