aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-09-25 13:52:21 +0100
committerNeil Fuller <nfuller@google.com>2018-09-25 13:57:43 +0100
commite9c095db02be1d8b8ce56df9475d5557b8b31eb9 (patch)
tree4f8a0eaf19de6c5548abbf1e0811d0d0a186a1d5
parent61a1a6d194606fb275cf1c1c07a28f6cbc762072 (diff)
downloadrappor-master-cuttlefish-testing-release.tar.gz
Remove redundant no_framework_libs: truemaster-cuttlefish-testing-release
The no_framework_libs: true is implied by the sdk_version: "core_current". "core_current" is stricter in that it also means "public SDK APIs only". This commit is intended to make it easier to spot when code is compiling against core library implementation rather than API code. Also switching java_library_static to java_library since it's identical. Bug: 113148576 Test: build Change-Id: I93eacef93835b80af60db9bc4f63009988098dcd
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index db6d520..e98e467 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,9 +14,8 @@
// limitations under the License.
//
-java_library_static {
+java_library {
name: "rappor",
- no_framework_libs: true,
java_version: "1.7",
sdk_version: "core_current",
libs: [