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

Commit 9a45f8ff authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Gerrit Code Review
Browse files

Merge "Enable native_bridge_support"

parents eabbfb9e a808b115
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ cc_library_headers {
    vendor_available: true,
    recovery_available: true,
    host_supported: true,
    native_bridge_supported: true,
    export_include_dirs: ["include"],

    target: {
@@ -100,6 +101,7 @@ cc_library {
    vendor_available: true,
    recovery_available: true,
    host_supported: true,
    native_bridge_supported: true,
    vndk: {
        enabled: true,
        support_system_process: true,
+3 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ cc_library_headers {
    host_supported: true,
    vendor_available: true,
    recovery_available: true,
    native_bridge_supported: true,
    export_include_dirs: ["include"],
    system_shared_libs: [],
    stl: "none",
@@ -67,6 +68,7 @@ cc_library {
    name: "liblog",
    host_supported: true,
    recovery_available: true,
    native_bridge_supported: true,
    srcs: liblog_sources,

    target: {
@@ -138,6 +140,7 @@ ndk_library {

llndk_library {
    name: "liblog",
    native_bridge_supported: true,
    symbol_file: "liblog.map.txt",
    export_include_dirs: ["include_vndk"],
}
+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ cc_library {
    host_supported: true,
    vendor_available: true,
    recovery_available: true,
    native_bridge_supported: true,
    vndk: {
        enabled: true,
    },
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ cc_library_static {
    host_supported: true,
    vendor_available: true,
    recovery_available: true,
    native_bridge_supported: true,
    srcs: ["property_info_parser.cpp"],

    cpp_std: "experimental",