From 799af527c332df81d122eb3725c4f15ae790728d Mon Sep 17 00:00:00 2001 From: Abhijeet Kaur Date: Wed, 13 Oct 2021 15:31:00 +0100 Subject: [PATCH] Add Exoplayer to allowed_deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > How big is the binary size increase for affected APEXes? 315392 bytes. (0.31 MB) > 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 > Is the new dependency being developed AOSP-first or internal? Exoplayer dependency is AOSP-first, using the dependency to develop an internal project. > What’s the testing strategy for the new dependency? Does it have its > own tests, and are you adding integration tests? We will be adding unit tests and integration tests for motion photo detection. Bug: 202396821 Test: builds Change-Id: I726e03b4e8642900559ddfc698eede375ab1c318 --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index a08a25f..c045744 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -194,6 +194,7 @@ crtend_so(minSdkVersion:current) datastallprotosnano(minSdkVersion:29) dnsproxyd_protocol_headers(minSdkVersion:29) DocumentsUI-res-lib(minSdkVersion:29) +exoplayer2.15.1-core(minSdkVersion:16) ExtServices(minSdkVersion:30) ExtServices(minSdkVersion:current) ExtServices-core(minSdkVersion:30)