OSDN Git Service

Simpleperf: Add host version of libsimpleperf_elf_read
authorAndreas Gampe <agampe@google.com>
Thu, 8 Mar 2018 21:49:27 +0000 (13:49 -0800)
committerAndreas Gampe <agampe@google.com>
Thu, 8 Mar 2018 21:49:27 +0000 (13:49 -0800)
Bug: 73175642
Test: mmma system/extras/simpleperf
Change-Id: Ie72000d73e914df32bd481f29d42b0f1198bfc78

simpleperf/Android.bp

index 8090c17..fafe269 100644 (file)
@@ -46,6 +46,7 @@ cc_library_static {
     defaults: [
         "simpleperf_defaults",
     ],
+    host_supported: true,
 
     export_include_dirs: [
         ".",
@@ -89,4 +90,4 @@ cc_library_static {
     ],
 
     group_static_libs: true,
-}
\ No newline at end of file
+}