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

Commit 8d3d550a authored by Victor Khimenko's avatar Victor Khimenko Committed by Automerger Merge Worker
Browse files

Make libarect buildable for native_bridge am: 3b8e3215 am: ec251128

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

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

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