diff options
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 8b607459a98d..d8bbf4c7c844 100644 --- a/Android.bp +++ b/Android.bp @@ -816,7 +816,7 @@ gensrcs { java_library { name: "ext", installable: true, - sdk_version: "core_current", + no_framework_libs: true, static_libs: [ "libphonenumber-platform", "nist-sip", |