diff options
author | Tej Singh <singhtejinder@google.com> | 2020-01-29 19:07:38 -0800 |
---|---|---|
committer | Tej Singh <singhtejinder@google.com> | 2020-01-30 13:52:42 -0800 |
commit | a2b78e4d6b6df1950de9995798027a7e79b64773 (patch) | |
tree | 804d923659c46afe183f4906420af0b6644cbb56 /native/android | |
parent | c2411e978c702d0422fc0f28dbf1835e5506807a (diff) |
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
Diffstat (limited to 'native/android')
-rw-r--r-- | native/android/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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", |