commit | 8c1e3a8eb4de1f60f09eb44f9c80c038ab34b954 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Tue Sep 25 13:00:35 2018 +0100 |
committer | Neil Fuller <nfuller@google.com> | Tue Sep 25 13:09:41 2018 +0100 |
tree | d590cfde9c1ff04938bd3fc66f664830154f0e56 | |
parent | 41a6efb488db4e20dc0974116a622c8d98b0e7c5 [diff] [blame] |
Make ext.jar only dependent on public SDK APIs ext.jar can be built using only public SDK APIs. This makes that obvious. Bug: 113148576 Test: make ext Change-Id: I792b14924878623f832f3afbb1d3e23fba34d5bf
diff --git a/Android.bp b/Android.bp index b2b3dff..d1ae3b7 100644 --- a/Android.bp +++ b/Android.bp
@@ -795,7 +795,7 @@ java_library { name: "ext", installable: true, - no_framework_libs: true, + sdk_version: "core_current", static_libs: [ "libphonenumber-platform", "nist-sip",