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
This commit is contained in:
Michael Ryleev 2016-05-24 12:45:54 -07:00
parent c7878469be
commit 462461bd28
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE := storageproxyd
LOCAL_C_INCLUDES += bionic/libc/kernel/uapi
LOCAL_SRC_FILES := \
ipc.c \
rpmb.c \