Remove redundant no_framework_libs: true
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
Loading
Please sign in to comment