OSDN Git Service

Add com.android.os.statsd to legacy linkerconfig
authorGarfield Tan <xutan@google.com>
Wed, 19 Feb 2020 01:43:36 +0000 (17:43 -0800)
committerGarfield Tan <xutan@google.com>
Wed, 19 Feb 2020 01:43:36 +0000 (17:43 -0800)
Similar to aosp/1237667, but for legacy stuff.

Bug: None
Test: Legacy stuff boots.
Change-Id: Iad17f5529ea6bb520c0ee5a4071a82ffd7c2cc27

contents/section/legacy.cc

index 704dae4..7605845 100644 (file)
@@ -43,6 +43,7 @@ Section BuildLegacySection(Context& ctx) {
                           "com.android.cronet",
                           "com.android.media",
                           "com.android.conscrypt",
+                          "com.android.os.statsd",
                       });
 }
 }  // namespace contents