diff options
author | 2023-05-10 08:49:22 +0000 | |
---|---|---|
committer | 2023-05-10 08:49:22 +0000 | |
commit | ced0bbd1df9fc82e91c543a0711c109bed78ff7c (patch) | |
tree | 3af0936991de672dff8a37b4b1d0ea376b4149df /api/Android.bp | |
parent | 15c4d00e7f86d5af37b0d8ea6f32a8216fc263a4 (diff) | |
parent | 19fcec6c634c28c1a842d7164d94a46b3ef59942 (diff) |
Merge changes from topic "mvstub"
* changes:
Move ApiDocs.bp and StubLibraries.bp to api dir
Ready more build rules for dir move
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", +] |