summaryrefslogtreecommitdiff
path: root/java/sdk_test.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-06-12 13:00:53 +0100
committerPaul Duffin <paulduffin@google.com>2019-06-12 14:08:13 +0100
commitfad7980075703b41cc1b7ebfdf1b61bc3a2d858b (patch)
tree63698cd52425f0597de629740d95a0072538fcd6 /java/sdk_test.go
parentb826a2f269f9f0d134eac9f23af3144223568b8a (diff)
Add test for no_framework_libs:true
Bug: 134566750 Test: m droid Change-Id: Ie3c5c0730d4505c7932952eb20b5ccafd806a73a
Diffstat (limited to 'java/sdk_test.go')
-rw-r--r--java/sdk_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/sdk_test.go b/java/sdk_test.go
index cc4da2eca..142d6f55e 100644
--- a/java/sdk_test.go
+++ b/java/sdk_test.go
@@ -47,6 +47,14 @@ func TestClasspath(t *testing.T) {
aidl: "-Iframework/aidl",
},
{
+ name: "no_framework_libs:true",
+ properties: `no_framework_libs:true`,
+ bootclasspath: config.DefaultBootclasspathLibraries,
+ system: config.DefaultSystemModules,
+ classpath: []string{},
+ aidl: "",
+ },
+ {
name: "blank sdk version",
properties: `sdk_version: "",`,
bootclasspath: config.DefaultBootclasspathLibraries,