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

Commit 462461bd authored by Michael Ryleev's avatar Michael Ryleev
Browse files

trusty: storageproxyd: use upstream kernel headers

Force usage of upstream kernel headers to pull in
definition of rpmb related structures.

This change is required until b/25567964 is resolved.

Change-Id: Ic710d32281dcdd093f6308b82ee937143b692613
Bug: 25567964
parent c7878469
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -20,6 +20,8 @@ include $(CLEAR_VARS)


LOCAL_MODULE := storageproxyd
LOCAL_MODULE := storageproxyd


LOCAL_C_INCLUDES += bionic/libc/kernel/uapi

LOCAL_SRC_FILES := \
LOCAL_SRC_FILES := \
	ipc.c \
	ipc.c \
	rpmb.c \
	rpmb.c \