Merge "get kernel configs from kernel/configs" am: b4a3124822

am: 634ab481da

Change-Id: I89c19207e4a8792f38891e9dd88b7fcc160f6efe
This commit is contained in:
Steve Muckle 2017-09-13 21:20:27 +00:00 committed by android-build-merger
commit dff8364c97

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))