aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camera/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/Android.mk b/camera/Android.mk
index 787465a..ac54750 100644
--- a/camera/Android.mk
+++ b/camera/Android.mk
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-ifneq ($(filter n5110,$(TARGET_DEVICE)),)
+ifneq ($(filter n5100 n5110 n5120,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)