I've been failing to build goldfish kernels with 3.10 or higher due to the missing "goldfish_armv7_defconfig" file. I followed the instructions on https://source.android.com/source/building-kernels.html and https://android-review.googlesource.com/#/c/32550/1/src/source/building-kernels.md
Details: 1. git clone https://android.googlesource.com/kernel/goldfish.git 2. git checkout android-goldfish-3.10 (or 3.18-dev) 3. make ARCH=arm goldfish_armv7_defconfig At this point, I get Can't find default configuration "arch/arm/configs/goldfish_armv7_defconfig" error. Replacing the previous step with 3. make ARCH=arm goldfish_defconfig shows the same error. So I poked the arch/arm/configs/, apparently there are no files related to goldfish. For android-goldfish-3.4, the initial make worked great. I'll appreciate if anyone can shed any light. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
