diff options
| author | 2020-02-02 08:25:44 -0800 | |
|---|---|---|
| committer | 2020-02-02 08:25:44 -0800 | |
| commit | 93b4e99d9b975b64c5cae761e67001e664fa4a1a (patch) | |
| tree | 957137e70a7df18560426415d6238aa7f6f973ac /native/android/Android.bp | |
| parent | 24dc2c2d53407da75b972154c51cc7a2bd135bea (diff) | |
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
Diffstat (limited to 'native/android/Android.bp')
| -rw-r--r-- | native/android/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
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", |