commit | f0985a712bb792fb72e22bb62285fa6d60fbeb9a | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Jan 09 00:55:52 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 09 00:55:52 2018 +0000 |
tree | 0047fff50fa0523b09d2e9f3fdaf424c83e39f27 | |
parent | 96735b3555c2e32e75340f68978f05a538661c51 [diff] | |
parent | 79a125a3802c68e7e6b99d9b99c60e67a8d6f37e [diff] |
Merge "Make property_info_checker a static executable for CTS" am: 830fd168de am: 4e763cf4c9 Change-Id: I7f2b7b2fbcb7e9784f50a747991aa5fc48268481
diff --git a/property_service/property_info_checker/Android.bp b/property_service/property_info_checker/Android.bp index 78659d4..6e9e7f1 100644 --- a/property_service/property_info_checker/Android.bp +++ b/property_service/property_info_checker/Android.bp
@@ -1,6 +1,7 @@ cc_binary { name: "property_info_checker", host_supported: true, + static_executable: true, cpp_std: "experimental", target: { linux: {