aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Huang <yabinh@google.com>2021-06-02 19:48:00 -0700
committerYabin Huang <yabinh@google.com>2021-06-03 18:30:58 +0000
commitff68d0b0b9a9f995d8e15af92eced5c26c79487b (patch)
tree50709e6f53cfd599d686c1517c427f1e00cee07a
parent0d974ddb4ed8113fa94c642cee37b177029d5209 (diff)
downloadcommon-ff68d0b0b9a9f995d8e15af92eced5c26c79487b.tar.gz
Add car-rotary-lib to allowed dependencies list
The new library is extracted from the existing car-ui-lib. It contains rotary specific code, which is already used by apps supporting rotary. > How big is the binary size increase for affected APEXes? It doesn't increase the size. In fact, it reduces the size if an app wants to support rotary but doesn't want to use the whole car-ui-lib. > Is the new dependency committed to support previous platform releases? Yes. > 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? It has its own tests, such as FocusParkingViewTest. Bug: 188915160 Test: make Change-Id: Ie7b10416f845c35a19309c5091a394d65c0efe40
-rw-r--r--build/allowed_deps.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt
index cf77476e..cb1cbcdf 100644
--- a/build/allowed_deps.txt
+++ b/build/allowed_deps.txt
@@ -159,6 +159,7 @@ bouncycastle-unbundled(minSdkVersion:30)
bpf_syscall_wrappers(minSdkVersion:30)
brotli-java(minSdkVersion:current)
captiveportal-lib(minSdkVersion:29)
+car-rotary-lib(minSdkVersion:28)
car-ui-lib(minSdkVersion:28)
codecs_g711dec(minSdkVersion:29)
com.google.android.material_material(minSdkVersion:14)