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

Commit a06e418d authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

Merge "Enable native_bridge_support" am: 9a45f8ff

am: afc369a4

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


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


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


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


    cpp_std: "experimental",
    cpp_std: "experimental",