diff options
Diffstat (limited to 'java/testing.go')
| -rw-r--r-- | java/testing.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index ecf0126e8..c409a46eb 100644 --- a/java/testing.go +++ b/java/testing.go @@ -49,6 +49,8 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string "api/test-current.txt": nil, "api/test-removed.txt": nil, "framework/aidl/a.aidl": nil, + "assets_a/a": nil, + "assets_b/b": nil, "prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++_shared.so": nil, |