Because of my C disk does not have enough space for aosp, so I have downloaded it into home/srv/aosp directory. Now I try to run the docker command directly, such as: "docker run --rm -a stdout -a stderr -v /home/srv/aosp/android-5.1.0_r1:/aosp -v /tmp/minicap/:/app -v /tmp/minicap/libs/android-22/x86:/artifacts openstf/aosp:jdk7 /aosp.sh build generic-eng minicap". This command means I want to compile the x86 file, but it brought out the armeabi-v7a file. So, how can I build the x86 file, could you give me some suggestions. Thx.
Because of my C disk does not have enough space for aosp, so I have downloaded it into home/srv/aosp directory. Now I try to run the docker command directly, such as: "docker run --rm -a stdout -a stderr -v /home/srv/aosp/android-5.1.0_r1:/aosp -v /tmp/minicap/:/app -v /tmp/minicap/libs/android-22/x86:/artifacts openstf/aosp:jdk7 /aosp.sh build generic-eng minicap". This command means I want to compile the x86 file, but it brought out the armeabi-v7a file. So, how can I build the x86 file, could you give me some suggestions. Thx.