summaryrefslogtreecommitdiff
path: root/media/Android.bp
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-06-12 13:47:18 +0100
committerPaul Duffin <paulduffin@google.com>2019-06-19 10:48:09 +0100
commit8fcace4404a3fa75e671a32d4e0284d1ec327fc3 (patch)
treeac7e733d20edad80587f961c90fc6644b45024a9 /media/Android.bp
parentbeec6d629ab679673c6a3d18d7748f613776952e (diff)
Replace no_framework_libs: true with sdk_version: "core_platform"
(cherry picked from commit 7954524e3cc618830f0bf7b23687bf222ecd285b) Bug: 134566750 Test: m Change-Id: I0260942108a13cc5e9bed1d6005abfb8daffe0ac Exempt-From-Owner-Approval: minor build change
Diffstat (limited to 'media/Android.bp')
-rw-r--r--media/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/Android.bp b/media/Android.bp
index 70dacb20cde7..4f9671f9936b 100644
--- a/media/Android.bp
+++ b/media/Android.bp
@@ -27,7 +27,7 @@ java_library {
installable: true,
// Make sure that the implementaion only relies on SDK or system APIs.
- no_framework_libs: true,
+ sdk_version: "core_platform",
libs: [
// The order matters. android_system_* library should come later.
"framework_media_annotation",