From 93b4e99d9b975b64c5cae761e67001e664fa4a1a Mon Sep 17 00:00:00 2001 From: Muhammad Qureshi Date: Sun, 2 Feb 2020 08:25:44 -0800 Subject: Fix StatsLog JNI registration Re-add StatsLog JNI regsitration in AndroidRuntime.cpp. This will have to be revisited once StatsLog is moved into statsd apex. Test: m Test: fastboot flashall Test: adb logcat "*:E" Change-Id: I233a527d00d524cbc2edaed7c2be76ea1c212b29 --- native/android/Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'native/android/Android.bp') diff --git a/native/android/Android.bp b/native/android/Android.bp index 34ab7a0a0770..0c6f507787d9 100644 --- a/native/android/Android.bp +++ b/native/android/Android.bp @@ -64,7 +64,6 @@ 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-59-g8ed1b