diff options
| author | 2019-12-18 17:26:38 +0900 | |
|---|---|---|
| committer | 2019-12-19 11:57:07 +0900 | |
| commit | 025e56e7ded39c65848079b9ff31591b0d6a2bc5 (patch) | |
| tree | 0b70fb02fce655768c537741e9e8432f310c202f | |
| parent | 36af0dc32e8d6d66eae27f74a9a127e97c18ae86 (diff) | |
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
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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 ], |