From 80f7ccc6fc41fb9267d35e9fd79006710ae7c52e Mon Sep 17 00:00:00 2001 From: Muhammad Qureshi Date: Tue, 1 Jun 2021 21:07:30 -0700 Subject: [PATCH] Add libkll to allowed_deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add libkll dependency to statsd. Note: libkll itself lives inside statsd apex and is also updatable along with statsd. > How big is the binary size increase for affected APEXes? +120 KB > Is the new dependency committed to support previous platform releases? > note that you have to support all the releases starting from the > minSdkVersion value you are declaring Yes, dependency is present in the statsd apex. > Is the new dependency being developed AOSP-first or internal? AOSP-first. > What’s the testing strategy for the new dependency? Does it have its own > tests, and are you adding integration tests? Dependency has its own tests and integration tests with statsd being added as well in follow-up CLs. Bug: 185569933 Bug: 179823717 Test: m Change-Id: Ib826354cd8882632ea6ab297e5fdb81bfbaf8519 --- build/allowed_deps.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index f7f9f05..7e6cf82 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -343,6 +343,9 @@ libhwbinder-impl-internal(minSdkVersion:29) libhwbinder_headers(minSdkVersion:29) libion(minSdkVersion:29) libjsoncpp(minSdkVersion:29) +libkll(minSdkVersion:30) +libkll-encoder(minSdkVersion:30) +libkll-protos(minSdkVersion:30) libLibGuiProperties(minSdkVersion:29) liblog_headers(minSdkVersion:29) liblua(minSdkVersion:(no version))