diff options
Diffstat (limited to 'api/Android.bp')
| -rw-r--r-- | api/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp index 24b30048fab7..f5bafe8bf8da 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -258,3 +258,8 @@ java_genrule { out: ["api_fingerprint.txt"], cmd: "cat $(in) | md5sum | cut -d' ' -f1 > $(out)", } + +build = [ + "ApiDocs.bp", + "StubLibraries.bp", +] |