diff options
| author | 2018-09-07 01:01:59 +0000 | |
|---|---|---|
| committer | 2018-09-07 01:01:59 +0000 | |
| commit | f4fc71f370a1237dfa902ff2ce2141c574edcbbe (patch) | |
| tree | 66928e0824c868cef71b54f850a4a6b9f254fd71 /Android.bp | |
| parent | c9fc995e0e410f7988bb43a3eed35e52bd9d8a34 (diff) | |
| parent | e933cedf837d39a713ef44cadfb07f2c1d863652 (diff) | |
Merge "Build android.test.* with java_sdk_library"
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index dda318b38d0d..e0e80629716b 100644 --- a/Android.bp +++ b/Android.bp @@ -1091,7 +1091,7 @@ doc_defaults { "ext", "framework", "voip-common", - "android.test.mock", + "android.test.mock.impl", ], local_sourcepaths: frameworks_base_subdirs, html_dirs: [ @@ -1228,7 +1228,7 @@ doc_defaults { "ext", "framework", "voip-common", - "android.test.mock", + "android.test.mock.impl", ], local_sourcepaths: frameworks_base_subdirs, installable: false, |