From 99670f29b1027fd3e586608525772356ccad37ca Mon Sep 17 00:00:00 2001 From: Sai Kumar Sanagavarapu Date: Mon, 1 Dec 2014 10:15:54 +0530 Subject: SnapdragonCamera: Remove Camera2 apk. Override Camera2 with SnapdragonCamera to remove Camera2 from build. This is to avoid confusion to user with similar camera apps in the build. Finally, there will be only two camera applications - SnapdragonCamera, which is the QC value added Camera app and another GoogleCamera, which is the stock Camera app provided by Google. Change-Id: Ifc50772848b5a5e9a64bc0371bd6980d8633e8ac --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index b1547acc1..f230c0742 100644 --- a/Android.mk +++ b/Android.mk @@ -26,6 +26,8 @@ LOCAL_PACKAGE_NAME := SnapdragonCamera #LOCAL_SDK_VERSION := current +LOCAL_OVERRIDES_PACKAGES := Camera2 + LOCAL_PROGUARD_FLAG_FILES := proguard.flags # If this is an unbundled build (to install separately) then include -- cgit v1.2.3