summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorweijiew <weijiew@codeaurora.org>2017-04-24 10:36:29 +0800
committerweijiew <weijiew@codeaurora.org>2017-04-24 10:36:29 +0800
commit79459561acd0ac16ce6a47f1b51323452a89659c (patch)
tree18dae6ff525be6672d8e9421a071168ef3ef1d46 /Android.mk
parentf254172075c749c3ecd68892ca8bae3a808db733 (diff)
downloadandroid_packages_apps_Snap-79459561acd0ac16ce6a47f1b51323452a89659c.tar.gz
android_packages_apps_Snap-79459561acd0ac16ce6a47f1b51323452a89659c.tar.bz2
android_packages_apps_Snap-79459561acd0ac16ce6a47f1b51323452a89659c.zip
SnapdragonCamera: Enable snapcam for Android O
Enable snapcam for Android O Change-Id: I23fe729d35f5937c55bfe412fc116c00f59f495d CRs-Fixed: 2027214
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index a673dfd65..23b97472c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,3 @@
-ifneq ($(TARGET_USES_AOSP),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -45,4 +44,3 @@ endif
include $(BUILD_PACKAGE)
include $(call all-makefiles-under, $(LOCAL_PATH))
-endif