forked from youtube/cobalt
-
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 ${test}_evergreen_loader targets for all gtests
For AOSP Evergreen builds, we do not have an automated way to build unittest targets before. This CL adds e.g. base_unittests_evergreen_loader_install target to Android builds that copies the evergreen test binary(e.g. base_unittests.so) and packages it as base_unittests_evergreen_loader.apk that can be executed successfully on the device with `adb shell "am start --esa args '--evergreen_library=app/cobalt/lib/libbase_unittests.so,--evergreen_content=app/cobalt/content' dev.cobalt.coat"` b/268244534
- Loading branch information
Showing
3 changed files
with
87 additions
and
14 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