aboutsummaryrefslogtreecommitdiffstats
path: root/java/testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go12
1 files changed, 11 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go
index db06ae16..6b35bd04 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -37,7 +37,6 @@ func GatherRequiredDepsForTest() string {
extraModules := []string{
"core-lambda-stubs",
- "framework",
"ext",
"updatable_media_stubs",
"android_stubs_current",
@@ -62,6 +61,17 @@ func GatherRequiredDepsForTest() string {
}
bp += `
+ java_library {
+ name: "framework",
+ srcs: ["a.java"],
+ no_standard_libs: true,
+ sdk_version: "core_current",
+ system_modules: "core-platform-api-stubs-system-modules",
+ aidl: {
+ export_include_dirs: ["framework/aidl"],
+ },
+ }
+
android_app {
name: "framework-res",
no_framework_libs: true,