for Android Build - AthenaTzeng/myTool GitHub Wiki

Well, this page should not be here, but I have nowhere to put this note that I believe is important to me.
Currently, I am working on a new project with Android base.
This project is no fun at all, but it is my job though.
When I start working on building the working env, there are something wrong.
I only use the script which comes from our vendor, but the script do not work well.

First of all, the kernel.org was down. Such a bad luck of me.
According to my co-worker, I use two mirror sides for the problem:

  1. git://android.git.linaro.org/platform/mafinest.git (for android.git.kernel.org/platform/mafinest.git )
  2. git://git.collabora.co.uk/git/user/alban/linux-2.6.35.y (for git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.35.y.git )

Also, there are some missing git from the Android codebase (I do not know why and what are them)
I took the same name pkg from the gitHub, I guess they are the same.
Also note that the following patch script will remove these pkgs for ??? reason.
1. external/mtd-utils https://github.com/ahmedammar/platform_external_mtd_utils
2. hardware/alsa_sound https://github.com/ius/android_hardware_alsa_sound
3. external/alsa-lib https://github.com/ius/android_external_alsa-lib
4. external/alsa-utils https://github.com/ius/android_external_alsa-utils

I still do not know why sometimes the script can working ok, but other cannot.
One more thing: I run fix_android.sh last, but not directly after down as the bsp said.

⚠️ **GitHub.com Fallback** ⚠️