Skip to content

Commit

Permalink
v20: Add h990 to build guard
Browse files Browse the repository at this point in the history
* Add h990 to v20 build guard for blobs
  • Loading branch information
x86cpu authored and Rashed97 committed Jun 15, 2018
1 parent 7f2125c commit 4a4a8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v20-common/Android.mk
Expand Up @@ -17,7 +17,7 @@

LOCAL_PATH := $(call my-dir)

ifneq ($(filter v20 h910 h918 us996 ls997 vs995,$(TARGET_DEVICE)),)
ifneq ($(filter v20 h910 h918 us996 ls997 vs995 h990,$(TARGET_DEVICE)),)

include $(CLEAR_VARS)
LOCAL_MODULE := fingerprint.msm8996
Expand Down

0 comments on commit 4a4a8db

Please sign in to comment.