aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-06-13 00:11:46 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-13 00:11:46 -0700
commit329561bf0d2987dee4439c366cc0822de1754249 (patch)
treed7b54681047cfc1e4336297e3a0c2d1b3f81f242
parent8e0700d05bb2c421817d220e4c88fb7dc746da99 (diff)
parent5d2df37457ffb676645f99edbc7f8a95013b3e35 (diff)
downloadtrebuchet-329561bf0d2987dee4439c366cc0822de1754249.tar.gz
Remove superfluous use of no_framework_libs: true
am: 5d2df37457 Change-Id: I777cec4d6168253e7196c462a062ac93896ea4aa
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 7fd8807..5aa9b14 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,7 +29,6 @@ java_library_host {
libs: [
"kotlin-reflect",
],
- no_framework_libs: true,
}
java_library_host {
@@ -41,7 +40,6 @@ java_library_host {
libs: [
"trebuchet-core",
],
- no_framework_libs: true,
}
java_test_host {