summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1189a31..ed16ca2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,5 +32,11 @@ java_library {
errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"],
},
- no_framework_libs: true,
+
+ no_standard_libs: true,
+ libs: [
+ "core-oj",
+ "core-libart",
+ ],
+ system_modules: "core-system-modules",
}