diff options
Diffstat (limited to 'test-mock/Android.bp')
-rw-r--r-- | test-mock/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index d726dc4c5fd1..d4ecd62d6a19 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -18,6 +18,7 @@ // =================================== java_library { name: "android.test.mock", + installable: true, // Needs to be consistent with the repackaged version of this make target. java_version: "1.8", |