diff options
| author | 2023-05-02 08:57:12 +0000 | |
|---|---|---|
| committer | 2023-05-10 15:13:56 +0000 | |
| commit | 94c9945a7971f047b798e82d83460fb3f416b7af (patch) | |
| tree | 822e72c23ae88db49f4746833e6cafcaba1ca529 /api/Android.bp | |
| parent | 889b6b4c6e2cd521aa6721ec472ff84b6b4954a9 (diff) | |
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
(cherry picked from https://android-review.googlesource.com/q/commit:19fcec6c634c28c1a842d7164d94a46b3ef59942)
Merged-In: I354f3cb62535f34d8819d158e53aa46ff26dc18a
Change-Id: I354f3cb62535f34d8819d158e53aa46ff26dc18a
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", +] |