summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Neil Fuller <nfuller@google.com> 2018-09-26 08:12:46 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-09-26 08:12:46 +0000
commitc457d8c95ac06f5a37a6a766f06005827a454a9e (patch)
tree1e481bca783e70272b346cfa5bf5f1547521c64e
parent5604cc2516c788ab6242aef72f851e8771a31161 (diff)
parent8c1e3a8eb4de1f60f09eb44f9c80c038ab34b954 (diff)
Merge "Make ext.jar only dependent on public SDK APIs"
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index ac145fc7dcd7..e2b432cdd8cd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -798,7 +798,7 @@ gensrcs {
java_library {
name: "ext",
installable: true,
- no_framework_libs: true,
+ sdk_version: "core_current",
static_libs: [
"libphonenumber-platform",
"nist-sip",