commit | ae66d22c2dc076dda2e6ccbb4fc499790a411896 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Tue Mar 08 12:10:03 2016 -0800 |
committer | Ying Wang <wangying@google.com> | Tue Mar 08 12:10:03 2016 -0800 |
tree | ecf604dd2b7215594285a7f2cbc3857854116282 | |
parent | 3b69d4020680466b47760f86cc38840fb2033994 [diff] |
Build only the first arch for cts_audio_quality_test We don't really need to build both arch in this case. With BUILD_HOST_NATIVE_TEST, we build both 32 and 64 bit binaries and the out/host/linux-x86/bin/cts_audio_quality_test will be a symlink to cts_audio_quality_test64, without a real dependency on it. The parent Android.mk would use a broken symlnk out/host/linux-x86/bin/cts_audio_quality_test as dependency in that case. Change-Id: I92e072cf10a3ead03b62ae65a3cc2dd70dea8377