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

Commit 1e06bde1 authored by Christopher Wiley's avatar Christopher Wiley
Browse files

libstorage needs libbinder include paths

This library is almost all binder related.  It should be
using libbinder's published include path.

Bug: 27804373
Test: This library compiles with a slightly modified libbinder include
      path.

Change-Id: Ib8e00b59604cdda69ec36cf1c90150b4b9033879
parent 11b076b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,4 +11,6 @@ LOCAL_MODULE:= libstorage

LOCAL_CFLAGS += -Wall -Werror

LOCAL_SHARED_LIBRARIES := libbinder

include $(BUILD_STATIC_LIBRARY)