Add java/testing.go for sysprop_test.go
Share more of the setup code for java tests to sysprop_tests.go.
Test: java_test.go, sysprop_test.go
Change-Id: I0e3b287bf188c432d995a9a91a18ebef12aa47d1
Merged-In: I0e3b287bf188c432d995a9a91a18ebef12aa47d1
(cherry picked from commit b19745363f3cc59ffd46c664997602f250892d4d)
diff --git a/Android.bp b/Android.bp
index 8627c75..36a428a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -268,6 +268,7 @@
"java/sdk_library.go",
"java/support_libraries.go",
"java/system_modules.go",
+ "java/testing.go",
],
testSrcs: [
"java/app_test.go",