summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTej Singh <singhtejinder@google.com>2021-03-18 16:35:31 -0700
committerTej Singh <singhtejinder@google.com>2021-07-01 00:16:00 +0000
commit6ae066db24102cf629a5dfcec77f9968ef4cbbb8 (patch)
tree96d34f0495fc07e520e52d5b8f008cf9bb4d2f78
parentfe4b1787a3cbe7553d9ac8b68f9ac59e57608c76 (diff)
downloadapex-6ae066db24102cf629a5dfcec77f9968ef4cbbb8.tar.gz
Remove statsd from kBootstrapApexes
This will ensure that there is only one version of the statsd apex (and libstatspull/libstatssocket) active on device at any point in time. This simplifies the compatibility story for the apex and significantly increases release safety (on S+). Ignore-AOSP-First: Depends on internal-only changes to statsd clients. Bug: 178480419 Test: m Test: no linker errors on boot Test: atest android.cts.statsd.apex.BootstrapApexTests Test: Issues in b/149789387 do not reproduce Change-Id: I963981d8a99e81a178e26206c1eaa06379457324
-rw-r--r--apexd/apexd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/apexd/apexd.cpp b/apexd/apexd.cpp
index 7bd3c639..8073194e 100644
--- a/apexd/apexd.cpp
+++ b/apexd/apexd.cpp
@@ -135,7 +135,6 @@ static const std::vector<std::string> kBootstrapApexes = ([]() {
"com.android.i18n",
"com.android.runtime",
"com.android.tzdata",
- "com.android.os.statsd",
};
auto vendor_vndk_ver = GetProperty("ro.vndk.version", "");