aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 24fe287..1d0a4e3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,8 @@ cc_defaults {
enabled: false,
},
},
+ // TODO(b/324274771): figure out a better solution
+ native_coverage: false,
}
cc_library_host_static {
@@ -81,12 +83,12 @@ cc_library_host_static {
"fingerprint.cc",
"graph.cc",
"input.cc",
- "metrics.cc",
"naming.cc",
"post_processing.cc",
"proto_reader.cc",
"proto_writer.cc",
"reporting.cc",
+ "runtime.cc",
"stable_hash.cc",
"stg.proto",
"type_normalisation.cc",