Merge "Make property_info_checker a static executable for CTS"

This commit is contained in:
Tom Cherry 2018-01-08 20:42:15 +00:00 committed by Gerrit Code Review
commit 830fd168de

View file

@ -1,6 +1,7 @@
cc_binary {
name: "property_info_checker",
host_supported: true,
static_executable: true,
cpp_std: "experimental",
target: {
linux: {