diff options
| author | Michael Ryleev <gmar@google.com> | 2016-05-24 12:45:54 -0700 |
|---|---|---|
| committer | Michael Ryleev <gmar@google.com> | 2016-05-24 14:52:38 -0700 |
| commit | 462461bd28b3e4fbfbf10db91c2cf40f2906ad7f (patch) | |
| tree | 902647c123c00402e44ebf7e07587225641ef20c /trusty | |
| parent | c7878469be6be610a38da4e41ae1fe1d63d431eb (diff) | |
| download | system_core-462461bd28b3e4fbfbf10db91c2cf40f2906ad7f.tar.gz system_core-462461bd28b3e4fbfbf10db91c2cf40f2906ad7f.tar.bz2 system_core-462461bd28b3e4fbfbf10db91c2cf40f2906ad7f.zip | |
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
Diffstat (limited to 'trusty')
| -rw-r--r-- | trusty/storage/proxy/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trusty/storage/proxy/Android.mk b/trusty/storage/proxy/Android.mk index 9fc73d3a2..745e302d8 100644 --- a/trusty/storage/proxy/Android.mk +++ b/trusty/storage/proxy/Android.mk @@ -20,6 +20,8 @@ include $(CLEAR_VARS) LOCAL_MODULE := storageproxyd +LOCAL_C_INCLUDES += bionic/libc/kernel/uapi + LOCAL_SRC_FILES := \ ipc.c \ rpmb.c \ |
