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 9d20eca75f8f..f40f0c990f72 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -252,3 +252,8 @@ java_genrule { out: ["api_fingerprint.txt"], cmd: "cat $(in) | md5sum | cut -d' ' -f1 > $(out)", } + +build = [ + "ApiDocs.bp", + "StubLibraries.bp", +] |