Skip to content
Snippets Groups Projects
Commit e146cb1f authored by Artem Borisov's avatar Artem Borisov
Browse files

msm8953-common: Update ims library symlink path

Now ims.apk is in priv-app.

Change-Id: I6caecac647cd7ede1d5d3223ef11963552ca47c9
parent 2518a54c
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ $(DSP_MOUNT_POINT):
IMS_LIBS := libimscamera_jni.so libimsmedia_jni.so
IMS_SYMLINKS := $(addprefix $(TARGET_OUT_APPS)/ims/lib/arm64/,$(notdir $(IMS_LIBS)))
IMS_SYMLINKS := $(addprefix $(TARGET_OUT_APPS_PRIVILEGED)/ims/lib/arm64/,$(notdir $(IMS_LIBS)))
$(IMS_SYMLINKS): $(LOCAL_INSTALLED_MODULE)
@echo "IMS lib link: $@"
@mkdir -p $(dir $@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment