summaryrefslogtreecommitdiff
path: root/cmds
diff options
context:
space:
mode:
authorDaulet Zhanguzin <dauletz@google.com>2021-04-20 10:06:34 +0100
committerDaulet Zhanguzin <dauletz@google.com>2021-04-20 09:13:18 +0000
commitfc7efcbaa64cf25c80e5b3b163e863d9d8dca981 (patch)
tree4b1b7b8b48e9c20db186a93bb4ff643724607dd9 /cmds
parenta3e32c8b4ff8f2abdb01cf7046b67a948beba501 (diff)
Fix build error due to null annotations in core platform API
Change https://r.android.com/1667508 adds nullability annotations to the core platform APIs which broke this code with the error: javadoc: error - In doclet class com.google.doclava.Doclava, method start has thrown an exception java.lang.reflect.InvocationTargetException com.sun.tools.javac.code.Symbol$CompletionFailure: class file for androidx.annotation.RecentlyNonNull not found Bug: 183938110 Test: m checkbuild Change-Id: I83e3071f851720a9f719cb226f0e84fd731a8f37 Merged-In: I83e3071f851720a9f719cb226f0e84fd731a8f37
Diffstat (limited to 'cmds')
-rw-r--r--cmds/uiautomator/library/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/uiautomator/library/Android.bp b/cmds/uiautomator/library/Android.bp
index 469b45201337..cffc07859998 100644
--- a/cmds/uiautomator/library/Android.bp
+++ b/cmds/uiautomator/library/Android.bp
@@ -59,8 +59,8 @@ droiddoc {
"android.test.runner",
"junit",
"android.test.base",
- "unsupportedappusage",
],
+ sdk_version: "current",
installable: false,
custom_template: "droiddoc-templates-sdk",
}