aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-01-30 14:15:14 -0800
committerColin Cross <ccross@android.com>2017-01-30 14:15:14 -0800
commit27f6424f6fec3f043f4666a6e33d0ab1a3efb326 (patch)
tree47963727e9e58e5ac7df278511c28487afcde82e /security
parent24ca2a29037539b7d172080f279664de51df59e2 (diff)
downloadandroid-27f6424f6fec3f043f4666a6e33d0ab1a3efb326.tar.gz
Add missing transitive dependencies
Add android-support-v4 needed by android-support-v7-appcompat Test: builds Change-Id: Ia8db50b8978903c220fedb527bbbf3359105a0f7
Diffstat (limited to 'security')
-rw-r--r--security/FingerprintDialog/Application/src/main/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/FingerprintDialog/Application/src/main/Android.mk b/security/FingerprintDialog/Application/src/main/Android.mk
index 1b020d98..4bb3b0fd 100644
--- a/security/FingerprintDialog/Application/src/main/Android.mk
+++ b/security/FingerprintDialog/Application/src/main/Android.mk
@@ -14,7 +14,9 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-v7-appcompat \
+LOCAL_STATIC_JAVA_LIBRARIES := \
+ android-support-v7-appcompat \
+ android-support-v4 \
android-support-annotations
LOCAL_MODULE_TAGS := samples
LOCAL_SRC_FILES := $(call all-subdir-java-files)