summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roman Kiryanov <rkir@google.com> 2020-11-17 21:19:17 -0800
committer Roman Kiryanov <rkir@google.com> 2020-11-17 22:14:23 -0800
commit75a46a1a3489fe9189a6e4e203892a0bdbedd602 (patch)
treedebbdbe58fdb2504ab0c76979fd5211c2041effa
parent3d1aefb6030b9a5d7184162ace3ea4d0249859de (diff)
Move bufferhubd into system_ext
it is not a part of the system according to generic_system.mk. Bug: 173538619 Bug: 167689596 Test: presubmit Signed-off-by: Roman Kiryanov <rkir@google.com> Change-Id: If7bbb5d5c19ccec8e510d0a4f1618737e503a794
-rw-r--r--services/vr/bufferhubd/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/vr/bufferhubd/Android.bp b/services/vr/bufferhubd/Android.bp
index cfaa368991..7097e7a8cc 100644
--- a/services/vr/bufferhubd/Android.bp
+++ b/services/vr/bufferhubd/Android.bp
@@ -47,6 +47,7 @@ cc_library_static {
cc_binary {
srcs: ["bufferhubd.cpp"],
+ system_ext_specific: true,
cflags: [
"-DLOG_TAG=\"bufferhubd\"",
"-DTRACE=0",