OSDN Git Service

Add com.android.os.statsd to linkerconfig
authorTej Singh <singhtejinder@google.com>
Thu, 13 Feb 2020 01:21:01 +0000 (17:21 -0800)
committerJooyung Han <jooyung@google.com>
Tue, 18 Feb 2020 06:07:24 +0000 (15:07 +0900)
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
Merged-In: Id516e79e12fde608888587ec15ab0f3358f4918d
(cherry picked from commit 91454166a50d86d2367c8ec5b4686087ecc13184)

contents/section/system.cc

index 9321abd..cf190e6 100644 (file)
@@ -48,6 +48,7 @@ Section BuildSystemSection(Context& ctx) {
                           "com.android.cronet",
                           "com.android.media",
                           "com.android.conscrypt",
+                          "com.android.os.statsd",
                       });
 }
 }  // namespace contents