From a2b78e4d6b6df1950de9995798027a7e79b64773 Mon Sep 17 00:00:00 2001 From: Tej Singh Date: Wed, 29 Jan 2020 19:07:38 -0800 Subject: Create libstats_jni This cl creates libstats_jni, puts the android_util_StatsLog class in it to implement the jni StatsLog.writeImpl() call, and puts the library in the statsd apex. Right now, it does NOT load the library properly and therefore the library is still in the platform. It needs to be removed from the platform. Test: boots Test: adb shell cmd stats print-logs shows logs still flow Bug: 147315667 Change-Id: I0a06b66d4640d00ee75bc273423b33dafc944b05 --- native/android/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'native') diff --git a/native/android/Android.bp b/native/android/Android.bp index 0c6f507787d9..34ab7a0a0770 100644 --- a/native/android/Android.bp +++ b/native/android/Android.bp @@ -64,6 +64,7 @@ cc_library_shared { "libgui", "libharfbuzz_ng", // Only for including hb.h via minikin "libsensor", + "libstats_jni", "libandroid_runtime", "libminikin", "libnetd_client", -- cgit v1.2.3