forked from facebook/buck
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ReDex step in android_binary build rule
Summary: Add a redex step as an optional part of the android_binary build rule. Test Plan: # Unittest and integration test added in the diff # Test locally on my laptop when building a redex enabled android_binary target in fbandroid/native/redex-stable: zwei@zwei-mbp: ~/fbsource/fbandroid ⚡ TRACE=3 TRACEFILE=~/fbandroid/trace.log NO_BUCKD=1 ~/local/buck/bin/buck build --no-cache native/redex-stable/test/samples/counter:counter_redex [16:16:43] ::: '.nobuckcheck' file is present. Not updating buck. Not using buckd because NO_BUCKD is set. [-] PROCESSING BUCK FILES...FINISHED 0.4s [100%] 🐳 New buck daemon [-] DOWNLOADING... (0.00 B/S AVG, TOTAL: 0.00 B, 0 Artifacts) [-] BUILDING...FINISHED 8.7s [100%] (46/46 JOBS, 46 UPDATED, 44 [95.7%] CACHE MISS) # Sandcastle test is coming. Reviewed By: marcinkosiba fbshipit-source-id: 328ba55
- Loading branch information
1 parent
d7eff16
commit 7fe53c9
Showing
23 changed files
with
753 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.