Skip to content

Commit

Permalink
Make AndroidSkylarkSplitTransitionTest platform-independent.
Browse files Browse the repository at this point in the history
--
PiperOrigin-RevId: 142753151
MOS_MIGRATED_REVID=142753151
  • Loading branch information
dslomov authored and aehlig committed Dec 22, 2016
1 parent 961e54f commit 8baff88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void testAndroidSplitTransitionWithAndroidCpu() throws Exception {
public void testAndroidSplitTransitionNoTransition() throws Exception {
writeAndroidSplitTransitionTestFiles();

useConfiguration("--fat_apk_cpu=", "--android_crosstool_top=");
useConfiguration("--fat_apk_cpu=", "--android_crosstool_top=", "--cpu=k8");
ConfiguredTarget target = getConfiguredTarget("//test/skylark:test");

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 8baff88

Please sign in to comment.