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

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

Merge "Make viewcompiler available on device" am: eb678ba1

am: a3e9526e

Change-Id: I4ddbb337967a7e072d69d024fe7c92099e7dce4b
parents cd06f9ee a3e9526e
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 {