From 025e56e7ded39c65848079b9ff31591b0d6a2bc5 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 18 Dec 2019 17:26:38 +0900 Subject: Add updatable_media_stub to framework The module framework is now a build-only library whose purpose is to provide hidden APIs from the non-updatable part of the platform and APIs from the modules. Merging updatable_media_stub to framework, like the stub libraries from other modules. Bug: N/A Test: m Exempt-From-Owner-Approval: cherry-pick from internal Merged-In: Ib627523aab44b7c41d27d70c6ae34cda5dc2e27c (cherry picked from commit 92721349d9ec475b2df3a08775fde0bb3c11ffde) Change-Id: Ib627523aab44b7c41d27d70c6ae34cda5dc2e27c --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 7d95b9a1b1fb..5b7a89789cb9 100644 --- a/Android.bp +++ b/Android.bp @@ -459,6 +459,7 @@ java_library { installable: false, // this lib is a build-only library static_libs: [ "framework-minus-apex", + "updatable_media_stubs", "framework-sdkext-stubs-systemapi", // TODO(jiyong): add more stubs for APEXes here ], -- cgit v1.2.3-59-g8ed1b