summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2019-04-12 15:57:55 -0700
committerIgor Murashkin <iam@google.com>2019-06-10 16:06:57 -0700
commitf2e01062b14693cf962fa34cd2453631a0176b43 (patch)
tree7b8ce4eb934ef8c7ea1f3e56ad683d1620c8e4a1 /Android.bp
parentc8decb9703ed7a8d767118cc8115dffec5e19bad (diff)
downloadplatform_system_iorap-f2e01062b14693cf962fa34cd2453631a0176b43.tar.gz
platform_system_iorap-f2e01062b14693cf962fa34cd2453631a0176b43.tar.bz2
platform_system_iorap-f2e01062b14693cf962fa34cd2453631a0176b43.zip
iorapd: Readahead from compiled tracefile when app launches.
Optimistically perform readahead if the compiled trace file is there. Execution steps: * run iorapd.cmd.compiler to make compiled.pb * placed compiled.pb into expected /data/misc/iorapd/..._.pb place * cold start the app * watch logcat for whether or not readahead succeeds/fails Bug: 72170747 Test: manual (see steps above) Change-Id: I56e562b6c4a3982fac0b32040970a29e43b39f91
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6871bdf..6b98f5a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -123,9 +123,11 @@ cc_defaults {
name: "libiorap-manager-default-dependencies",
static_libs: [
"libiorap-perfetto",
+ "libiorap-prefetcher",
],
defaults: [
"libiorap-perfetto-default-dependencies",
+ "libiorap-prefetcher-default-dependencies",
],
// Users of 'libiorap-manager' also need to include these defaults to avoid
// linking errors.