If the value of --fat_apk_cpu changes, old CPUs will end up in the APK.
This is because the directory containing the native libraries is passed to ApkBuilder, and that directory may contain old symlinks from previous builds. The solution will be to pass a symlink tree to ApkBuilder instead, which will also be one single action instead of one action per native library.