diff options
author | 2023-05-02 08:57:12 +0000 | |
---|---|---|
committer | 2023-05-04 13:57:28 +0000 | |
commit | 19fcec6c634c28c1a842d7164d94a46b3ef59942 (patch) | |
tree | 33fdfe5f1b2efca9ae929c00f3f9801c9e5cd0f5 | |
parent | ca6e67a66ba3448b00bd24762ab9494fb54fa8cd (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
Change-Id: I354f3cb62535f34d8819d158e53aa46ff26dc18a
-rw-r--r-- | Android.bp | 2 | ||||
-rw-r--r-- | api/Android.bp | 5 | ||||
-rw-r--r-- | api/ApiDocs.bp (renamed from ApiDocs.bp) | 0 | ||||
-rw-r--r-- | api/StubLibraries.bp (renamed from StubLibraries.bp) | 0 | ||||
l--------- | api/docs | 1 |
5 files changed, 6 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index fe426e779561..b4e02c0a092f 100644 --- a/Android.bp +++ b/Android.bp @@ -612,8 +612,6 @@ stubs_defaults { } build = [ - "StubLibraries.bp", - "ApiDocs.bp", "ProtoLibraries.bp", "TestProtoLibraries.bp", ] 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", +] diff --git a/ApiDocs.bp b/api/ApiDocs.bp index fbcaa52f9bb4..fbcaa52f9bb4 100644 --- a/ApiDocs.bp +++ b/api/ApiDocs.bp diff --git a/StubLibraries.bp b/api/StubLibraries.bp index f08745b5cd2c..f08745b5cd2c 100644 --- a/StubLibraries.bp +++ b/api/StubLibraries.bp diff --git a/api/docs b/api/docs new file mode 120000 index 000000000000..a9594bfe4ab6 --- /dev/null +++ b/api/docs @@ -0,0 +1 @@ +../docs
\ No newline at end of file |