Merge "Make viewcompiler available on device" am: eb678ba1d3
am: a3e9526ea8
Change-Id: I4ddbb337967a7e072d69d024fe7c92099e7dce4b
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user