summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roman Kiryanov <rkir@google.com> 2020-11-17 22:33:18 -0800
committer Roman Kiryanov <rkir@google.com> 2020-11-17 23:02:04 -0800
commit70ea73c048fb6ecf3ae89b83a81829938f335729 (patch)
tree992a573bbe0cc82b7fdf1184313fa3e2bc531dc7
parentc7cb6d6529ab28e1351f35e62e9b41647a6b9557 (diff)
Move performanced 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: I0818b1e08ccfb4906e128b18fd48f3b2efbb03f7
-rw-r--r--services/vr/performanced/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/vr/performanced/Android.bp b/services/vr/performanced/Android.bp
index 20301f6ebe..0ef8cc4762 100644
--- a/services/vr/performanced/Android.bp
+++ b/services/vr/performanced/Android.bp
@@ -30,6 +30,7 @@ cc_defaults {
cc_binary {
name: "performanced",
+ system_ext_specific: true,
defaults: ["performanced_defaults"],
srcs: [
"cpu_set.cpp",