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

Commit a3e9526e authored by Eric Holk's avatar Eric Holk Committed by android-build-merger
Browse files

Merge "Make viewcompiler available on device"

am: eb678ba1

Change-Id: Ib0a997f5c2753a8eb3520b6fc890c177c7463698
parents 99a3d72b eb678ba1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ cc_defaults {
    },
}

cc_library_host_static {
cc_library_static {
    name: "libviewcompiler",
    defaults: ["viewcompiler_defaults"],
    srcs: [
@@ -58,9 +58,10 @@ cc_library_host_static {
        "util.cc",
        "layout_validation.cc",
    ],
    host_supported: true,
}

cc_binary_host {
cc_binary {
    name: "viewcompiler",
    defaults: ["viewcompiler_defaults"],
    srcs: [
@@ -70,6 +71,7 @@ cc_binary_host {
        "libgflags",
        "libviewcompiler",
    ],
    host_supported: true
}

cc_test_host {