summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-7/+15
|\
| * recovery: add libhidl-gen-utils depedencyYifan Hong2018-03-131-0/+1
| * Switch to bionic gtest in bootable/recoveryTianjie Xu2017-11-031-3/+7
| * Add libbrotli as a dependency for libbsdiffTianjie Xu2017-11-011-0/+1
| * Move rangeset.h and print_sha1.h into otautil.Tao Bao2017-10-111-0/+1
| * otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao2017-09-291-1/+1
| * Turn on -Wall for recovery modulesTianjie Xu2017-08-291-3/+4
| * tests: Add the missing dependency on libhidlbase.Tao Bao2017-08-101-1/+2
* | Revert "kill package_extract_dir"Tom Marshall2018-05-251-0/+1
* | otafault/tests: Replace pathmap with commands_recovery_local_pathMichael Bestas2018-04-221-8/+2
* | Merge up to android-8.1.0_r1 and fix conflictsEthan Yonker2017-12-151-7/+18
|\ \
| * | tests: Add the missing dependency on libhidlbase.Tao Bao2017-08-101-1/+2
| |/
| * Add support to decompress brotli compressed new dataTianjie Xu2017-07-081-0/+1
| * Merge "update_verifier: Support AVB."Treehugger Robot2017-06-221-0/+4
| |\
| | * update_verifier: Support AVB.David Zeuthen2017-05-241-0/+4
| * | kill package_extract_dirTianjie Xu2017-05-241-1/+0
| |/
| * fuse_sideload: Change the minimal block size to 4096.Tao Bao2017-05-031-0/+1
| * Separate libupdate_verifier module and add testcases.Tao Bao2017-04-271-0/+6
| * Call libvintf to verify package compatibility.Tao Bao2017-04-201-0/+3
| * Add tests for update_binary_command().Tao Bao2017-04-181-0/+4
| * Verify the package compatibility with libvintf.Tao Bao2017-04-131-1/+2
| * Move parse_range() and range_overlaps() into RangeSet.Tao Bao2017-03-311-0/+2
| * tests: Remove LOCAL_ADDITIONAL_DEPENDENCIES.Tao Bao2017-03-301-4/+0
| * Add test config to minadbd_testDan Shi2017-03-291-0/+2
* | Update to AOSP 8.0 baseEthan Yonker2017-09-081-17/+152
|\ \
| * | Call libvintf to verify package compatibility.Tao Bao2017-04-191-0/+3
| * | Add tests for update_binary_command().Tao Bao2017-04-191-0/+5
| * | Verify the package compatibility with libvintf.Tao Bao2017-04-121-1/+2
| |/
| * Remove the dead #include's in verifier.cpp.Tao Bao2017-03-181-1/+0
| * Add a test to perform block_image_updateTianjie Xu2017-03-171-1/+8
| * Merge "Refractor the code for imgdiff"Treehugger Robot2017-03-071-0/+1
| |\
| | * Refractor the code for imgdiffTianjie Xu2017-03-071-0/+1
| * | Recovery Test: add SideloadTest to test FUSE support on targetWei Wang2017-03-031-0/+1
| |/
| * Use bspatch from external/bsdiff.Sen Jiang2017-02-021-0/+2
| * Remove '_static' suffix from libext2* references.Alex Deymo2017-01-241-1/+1
| * Add checkers and tests for empty locale in PNG fileTianjie Xu2017-01-191-2/+26
| * Remove "_static" suffix from libsparseAlex Deymo2017-01-111-1/+1
| * Remove "_static" suffix from libext4_utils.Alex Deymo2017-01-111-1/+1
| * Merge "Add tests for imgdiff."Tao Bao2016-12-281-0/+29
| |\
| | * Add tests for imgdiff.Tao Bao2016-12-201-0/+29
| * | tests: Add test coverage for DirUtil.Tao Bao2016-12-221-0/+1
| * | tests: Add testcase for ZipUtil.Tao Bao2016-12-221-1/+2
| |/
| * tests: Add tests for bootloader_message.Tao Bao2016-12-151-0/+1
| * Add tests for setup-bcb and clear-bcb via uncrypt.Tao Bao2016-12-141-0/+2
| * updater: Refactor set_stage() and get_stage() functions.Tao Bao2016-11-181-0/+2
| * updater: Fix the wrong return value for package_extract_file().Tao Bao2016-11-151-0/+2
| * Move recovery_test.cpp out of unit testTianjie Xu2016-11-081-1/+12
| * otautil: Clean up SysUtil.cpp.Tao Bao2016-11-071-6/+7
| * tests: Set up testdata path for continuous native tests.Tao Bao2016-11-031-9/+12
| * applypatch: Add testcases for applypatch executable.Tao Bao2016-11-011-1/+2
| * tests: Generate testdata for 2nd arch.Tao Bao2016-10-261-1/+12
| * Replace minzip with libziparchiveTianjie Xu2016-10-181-2/+9
| * Refactor libupdater into a seperate module.Tao Bao2016-10-111-6/+22
| * edify: Move the testcases to gtest.Tao Bao2016-10-041-0/+2
| * Turn on -Werror for recoveryTianjie Xu2016-09-301-1/+2
| * Switch recovery to libbase loggingTianjie Xu2016-09-011-2/+3
| * Merge "Fix references to libcrypto_utils_static."Josh Gao2016-08-081-2/+2
| |\
| | * Fix references to libcrypto_utils_static.Josh Gao2016-08-061-2/+2
| * | tests: Remove obsolete MTD support.Tao Bao2016-06-161-1/+0
| * | Merge "Fix matches_locale function" into nyc-devTianjie Xu2016-04-211-1/+5
| |\ \
| * \ \ resolve merge conflicts of 2bf95ac to nyc-dev-plus-aospElliott Hughes2016-04-131-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler2016-04-061-1/+2
| * | | Merge "recovery: use __android_log_pmsg_file_write for log files" am: 75da771Mark Salyzyn2016-03-311-0/+2
| |\| |
| | * | recovery: use __android_log_pmsg_file_write for log filesMark Salyzyn2016-03-281-0/+2
| | * | Change on-device directory for recovery test dataJed Estep2016-02-051-1/+1
* | | | Complete support for project pathmapMichael Bestas2017-06-241-2/+8
| |_|/ |/| |
* | | Fix matches_locale functionTianjie Xu2016-04-201-1/+5
* | | Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes2016-04-141-1/+0
* | | recovery: use __android_log_pmsg_file_write for log filesMark Salyzyn2016-03-311-0/+2
|/ /
* / Port applypatch.sh tests to recovery_component_testsJed Estep2016-03-121-2/+11
|/
* Refactor existing tests to use gtestJed Estep2016-02-041-3/+32
* recovery: Switch to clangTao Bao2015-06-031-0/+1
* More test makefile cleanup.Dan Albert2014-10-171-24/+23
* Add support for ECDSA signaturesKenny Root2013-10-101-0/+26