Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19fcec6c authored by Anton Hansson's avatar Anton Hansson
Browse files

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
parent ca6e67a6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -612,8 +612,6 @@ stubs_defaults {
}

build = [
    "StubLibraries.bp",
    "ApiDocs.bp",
    "ProtoLibraries.bp",
    "TestProtoLibraries.bp",
]
+5 −0
Original line number Diff line number Diff line
@@ -252,3 +252,8 @@ java_genrule {
    out: ["api_fingerprint.txt"],
    cmd: "cat $(in) | md5sum | cut -d' ' -f1 > $(out)",
}

build = [
    "ApiDocs.bp",
    "StubLibraries.bp",
]
+0 −0

File moved.

+0 −0

File moved.

api/docs

0 → 120000
+1 −0
Original line number Diff line number Diff line
../docs
 No newline at end of file