Revert "Stylus Metrics: Switch to non-bootstrap statslog library"
This reverts commit f49bc7438d79a10e5a1800b1e147ecffb22935e1.
Reason for revert: ARC boot is failing after this CL http://b/330281690
Change-Id: Ib508544df1d4ab4b7587c3f04804cec2d2310d77
diff --git a/libs/input/tests/Android.bp b/libs/input/tests/Android.bp
index 1144f4d..e67a65a 100644
--- a/libs/input/tests/Android.bp
+++ b/libs/input/tests/Android.bp
@@ -64,7 +64,6 @@
"libcutils",
"liblog",
"libPlatformProperties",
- "libstatslog",
"libtinyxml2",
"libutils",
"server_configurable_flags",
@@ -83,6 +82,14 @@
address: true,
},
},
+ android: {
+ static_libs: [
+ // Stats logging library and its dependencies.
+ "libstatslog_libinput",
+ "libstatsbootstrap",
+ "android.os.statsbootstrap_aidl-cpp",
+ ],
+ },
},
}