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

Commit 1ace199e authored by Felipe Leme's avatar Felipe Leme
Browse files

Re-added dumpstate.h to libdumpstate_default.cpp.

Without it, the sdk builds fail because they cannot link to
dumpstate_board().

BUG: 32512875
BUG: 31982882
BUG: 26379932

Test: manually built it
Change-Id: I3138f86a7747a09887c231f6c36767913249868e
parent c6bc8bc4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
cc_library_static {
    name: "libdumpstate.default",
    srcs: ["libdumpstate_default.cpp"],
    // TODO: should use libdumpstateheaders, but if fails with 'undefined'
    static_libs: ["libbase", "libziparchive", "libz"]
}
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#include "dumpstate.h"

void dumpstate_board(void)
{