zenfone9: Drop libsystemhelper_jni
com.qualcomm.qti.services.systemhelper here https://github.com/omnirom/android_device_asus_zenfone9/commit/c26365722df509c76b3ada017315005881653a80
Change-Id: I71dd7069df7641f508f9464de99b48fb3c8ccd64
diff --git a/Android.mk b/Android.mk
index ec964ea..7fe10d3 100755
--- a/Android.mk
+++ b/Android.mk
@@ -30,15 +30,6 @@
ifeq ($(TARGET_DEVICE),$(filter $(TARGET_DEVICE),zenfone9))
include $(CLEAR_VARS)
-HELPER_LIBS := libsystemhelper_jni.so
-HELPER_SYMLINKS := $(addprefix $(TARGET_OUT_SYSTEM_EXT_APPS)/com.qualcomm.qti.services.systemhelper/lib/arm64/,$(notdir $(HELPER_LIBS)))
-$(HELPER_SYMLINKS): $(LOCAL_INSTALLED_MODULE)
- @echo "SystemHelper lib link: $@"
- @mkdir -p $(dir $@)
- @rm -rf $@
- $(hide) ln -sf /system_ext/lib64/$(notdir $@) $@
-
-ALL_DEFAULT_INSTALLED_MODULES += $(HELPER_SYMLINKS)
# A/B builds require us to create the mount points at compile time.
# Just creating it for all cases since it does not hurt.