Before I have built the source code of AOSP sucessfully.
Then I did the following. source build/envsetup.sh lunch 19 adb reboot bootloader sudo $(which fastboot) flashall -w error: neither -p product specified nor ANDROID_PRODUCT_OUT set env | grep ANDROID_PRODUCT_OUT ANDROID_PRODUCT_OUT=/home/gongzelong/OpenSource/Android/out/target/product/hammerhead so I edit the ~/.bashrc and added `export ANDROID_PRODUCT_OUT=/home/gongzelong/OpenSource/Android/out/target/product/hammerhead` and source ~/.bashrc sudo $(which fastboot) flashall -w error: neither -p product specified nor ANDROID_PRODUCT_OUT set Then I sudo $(which fastboot) flashall -w -p ANDROID_PRODUCT_OUT=/home/gongzelong/OpenSource/Android/out/target/product/hammerhead error: could not load android-info.txt: No such file or directory I have searched a lot but have no effective solution. Could anyone fix the issue? -- -- 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.
