summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2023-11-20 20:41:22 +0000
committerDevin Moore <devinmoore@google.com>2023-11-20 20:41:22 +0000
commit5777fdd3a736e0ad04d771b8870d8aba79db6105 (patch)
tree2c490eb2fc82e6f0fef49fa4090fc3c22d4e9a04
parent38e0a4e5fd11906b283ae323138b608162fd4a64 (diff)
downloadhwservicemanager-5777fdd3a736e0ad04d771b8870d8aba79db6105.tar.gz
Stop requiring the system symlink to be installed
This allows hwservicemanager to be added seperately in system_ext by devices without offending the artifact path checker. This symlink will be installed on system unconditionally. Test: m Bug: 299166571 Change-Id: I795d903dbd1bcc4f5dad48909f82a4333f166a6d
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 2009186..be2c463 100644
--- a/Android.bp
+++ b/Android.bp
@@ -112,7 +112,6 @@ cc_binary {
],
bootstrap: true,
system_ext_specific: true,
- required: ["hwservicemanager_compat_symlink_module"],
}
// Create symlink /system/bin/hwservicemanager -> /system/system_ext/bin/hwservicemanager