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

Commit e8bacb0f 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

am: 9f69619a

Change-Id: Ic54866452468f545506afe487c326f377fbf382b
parents bc807065 9f69619a
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 {