Skip to content

Commit

Permalink
NX627J: Camera: Fix camera installtion path
Browse files Browse the repository at this point in the history
Signed-off-by: gesangtome <[email protected]>
Change-Id: Ia1ba89d7a051a3ac5c621235e934600a420996a1
  • Loading branch information
gesangtome committed Jun 7, 2020
1 parent 5240018 commit fa839ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_MODULE_PATH := $(TARGET_OUT__APPS)
LOCAL_MODULE_PATH := $(TARGET_OUT_SYSTEM_APPS)
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
# LOCAL_REQUIRED_MODULES :=
Expand Down

0 comments on commit fa839ed

Please sign in to comment.