From 91454166a50d86d2367c8ec5b4686087ecc13184 Mon Sep 17 00:00:00 2001 From: Tej Singh Date: Wed, 12 Feb 2020 17:21:01 -0800 Subject: [PATCH] Add com.android.os.statsd to linkerconfig Adds com.android.os.statsd to System BuildSection. I believe this is to get the namespace the proper visibility for jni. Test: build/boots Change-Id: Id516e79e12fde608888587ec15ab0f3358f4918d --- contents/section/system.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/contents/section/system.cc b/contents/section/system.cc index bb47364..cee9786 100644 --- a/contents/section/system.cc +++ b/contents/section/system.cc @@ -47,6 +47,7 @@ Section BuildSystemSection(Context& ctx) { "com.android.cronet", "com.android.media", "com.android.conscrypt", + "com.android.os.statsd", }); } } // namespace contents -- 2.11.0