Merge "Make property_info_checker a static executable for CTS"

am: 830fd168de

Change-Id: Iab7bd7a438a95bc60a96c09c620e0376042097dc
This commit is contained in:
Tom Cherry 2018-01-08 20:47:04 +00:00 committed by android-build-merger
commit 4e763cf4c9

View file

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