aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-11-22 16:04:11 -0800
committerColin Cross <ccross@android.com>2017-11-24 11:26:43 -0800
commit98341ab6d679819d0d601f854aa5c80a73dac1bd (patch)
tree9eae1c60695fd82a9e2f554ba293a49eb5127977
parent87dded449494cc7ff9c7e0aee967031cd10c62e9 (diff)
downloadbuild-98341ab6d679819d0d601f854aa5c80a73dac1bd.tar.gz
Add LOCAL_SRCJARS to clear_vars.mk
I064889c9063b642835d9f668e2568b61d0fabe35 added LOCAL_SRCJARS but forgot to clear it in clear_vars.mk. Test: m checkbuild Change-Id: I7d4e6a3821db0eccb25042091aa599cab381a1b0
-rw-r--r--core/clear_vars.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/clear_vars.mk b/core/clear_vars.mk
index bd605ec1e2..36a4ae9bb2 100644
--- a/core/clear_vars.mk
+++ b/core/clear_vars.mk
@@ -230,6 +230,7 @@ LOCAL_SHARED_LIBRARIES:=
LOCAL_SOURCE_FILES_ALL_GENERATED:=
LOCAL_SRC_FILES:=
LOCAL_SRC_FILES_EXCLUDE:=
+LOCAL_SRCJARS:=
LOCAL_STATIC_ANDROID_LIBRARIES:=
LOCAL_STATIC_JAVA_AAR_LIBRARIES:=
LOCAL_STATIC_JAVA_LIBRARIES:=