Skip to content

Commit

Permalink
mido: Use Global macro for priv-app
Browse files Browse the repository at this point in the history
  • Loading branch information
TheScarastic committed Feb 11, 2017
1 parent 9450255 commit bb47a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $(LOCAL_BUILT_MODULE):

IMS_LIBS := libimscamera_jni.so libimsmedia_jni.so

IMS_SYMLINKS := $(addprefix $(TARGET_OUT)/priv-app/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 $@)
Expand Down

0 comments on commit bb47a5f

Please sign in to comment.