diff options
Diffstat (limited to 'trusty/storage')
-rw-r--r-- | trusty/storage/proxy/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trusty/storage/proxy/Android.bp b/trusty/storage/proxy/Android.bp index eb34df014..4088696ce 100644 --- a/trusty/storage/proxy/Android.bp +++ b/trusty/storage/proxy/Android.bp @@ -16,6 +16,7 @@ cc_binary { name: "storageproxyd", + vendor: true, srcs: [ "ipc.c", |