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

Commit 041abda3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 68e0bef3 9b0ed729
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