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

Commit 79609637 authored by Connor O'Brien's avatar Connor O'Brien
Browse files

libtimeinstate: export cputimeinstate.h



Make the definitions in cputimeinstate.h available to this library's
users.

Test: build now succeeds after adding libtimeinstate as a dependency
in other projects
Bug: 138317993
Signed-off-by: default avatarConnor O'Brien <connoro@google.com>

Change-Id: I1148ab4e4f3492b723279a71f3c96c70e5c92f4e
parent 8f296eb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ cc_library {
        "-Wall",
        "-Wextra",
    ],
    export_include_dirs: ["."],
}

cc_test {