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

Commit 6176de97 authored by Victor Khimenko's avatar Victor Khimenko Committed by Automerger Merge Worker
Browse files

Merge "Make libarect buildable for native_bridge" am: dfe481bd

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1336938

Change-Id: Ic27991020f6b51af32a08d619ab4ce004b5ef7fd
parents b7362ca3 dfe481bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,8 @@ cc_library_static {
    name: "libarect",
    name: "libarect",
    host_supported: true,
    host_supported: true,
    vendor_available: true,
    vendor_available: true,
    // TODO(b/153609531): remove when no longer needed.
    native_bridge_supported: true,
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
    target: {
    target: {
        windows: {
        windows: {
+2 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,8 @@ cc_library_headers {
    name: "libnativebase_headers",
    name: "libnativebase_headers",
    vendor_available: true,
    vendor_available: true,
    host_supported: true,
    host_supported: true,
    // TODO(b/153609531): remove when no longer needed.
    native_bridge_supported: true,
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],


    target: {
    target: {
+2 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,8 @@ cc_library_headers {
    name: "libnativewindow_headers",
    name: "libnativewindow_headers",
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
    vendor_available: true,
    vendor_available: true,
    // TODO(b/153609531): remove when no longer needed.
    native_bridge_supported: true,
    min_sdk_version: "29",
    min_sdk_version: "29",
}
}