Loading startop/view_compiler/Android.bp +4 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ cc_defaults { }, } cc_library_host_static { cc_library_static { name: "libviewcompiler", defaults: ["viewcompiler_defaults"], srcs: [ Loading @@ -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: [ Loading @@ -70,6 +71,7 @@ cc_binary_host { "libgflags", "libviewcompiler", ], host_supported: true } cc_test_host { Loading Loading
startop/view_compiler/Android.bp +4 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ cc_defaults { }, } cc_library_host_static { cc_library_static { name: "libviewcompiler", defaults: ["viewcompiler_defaults"], srcs: [ Loading @@ -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: [ Loading @@ -70,6 +71,7 @@ cc_binary_host { "libgflags", "libviewcompiler", ], host_supported: true } cc_test_host { Loading