Merge "get kernel configs from kernel/configs"

This commit is contained in:
Steve Muckle 2017-09-13 19:33:19 +00:00 committed by Gerrit Code Review
commit b4a3124822
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ endif
# All kernel versions that the system image works with.
KERNEL_VERSIONS := 3.18 4.4 4.9
KERNEL_CONFIG_DATA := test/vts-testcase/kernel/config/data
KERNEL_CONFIG_DATA := kernel/configs
$(GEN): $(foreach version,$(KERNEL_VERSIONS),\
$(wildcard $(KERNEL_CONFIG_DATA)/android-$(version)/android-base*.cfg))