commit | 19fcec6c634c28c1a842d7164d94a46b3ef59942 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue May 02 08:57:12 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Thu May 04 13:57:28 2023 +0000 |
tree | 33fdfe5f1b2efca9ae929c00f3f9801c9e5cd0f5 | |
parent | ca6e67a66ba3448b00bd24762ab9494fb54fa8cd [diff] [blame] |
Move ApiDocs.bp and StubLibraries.bp to api dir Make a symlink from api/docs -> docs, since many places are hardcoding the path fw/base/docs. Bug: 271563074 Test: presubmit Change-Id: I354f3cb62535f34d8819d158e53aa46ff26dc18a
diff --git a/api/Android.bp b/api/Android.bp index 9d20eca..f40f0c9 100644 --- a/api/Android.bp +++ b/api/Android.bp
@@ -252,3 +252,8 @@ out: ["api_fingerprint.txt"], cmd: "cat $(in) | md5sum | cut -d' ' -f1 > $(out)", } + +build = [ + "ApiDocs.bp", + "StubLibraries.bp", +]