Here are the key steps to build an Android system for the EeePC 701:
1. Get the Android source code and manifest file. Add the EeePC 701 vendor project to the manifest and sync.
2. Build the EeePC 701 product by setting the TARGET_ARCH, TARGET_PRODUCT, and disabling DEXPREOPT.
3. Address any issues like Google API compatibility or e2fsprogs build errors.
4. The build will generate the boot, system, userdata, and ramdisk images needed to create a live USB for installing Android on the EeePC 701.
5. Use the make-live script to package the images into a bootable USB