summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-25Revert "kill package_extract_dir"Tom Marshall1-0/+1
2018-04-22otafault/tests: Replace pathmap with commands_recovery_local_pathMichael Bestas1-8/+2
2018-03-13recovery: add libhidl-gen-utils depedencyYifan Hong1-0/+1
2017-11-03Switch to bionic gtest in bootable/recoveryTianjie Xu1-3/+7
2017-11-01Add libbrotli as a dependency for libbsdiffTianjie Xu1-0/+1
2017-10-11Move rangeset.h and print_sha1.h into otautil.Tao Bao1-0/+1
2017-09-29otafault: Remove the use of LOCAL_WHOLE_STATIC_LIBRARIES.Tao Bao1-1/+1
2017-08-29Turn on -Wall for recovery modulesTianjie Xu1-3/+4
2017-08-10tests: Add the missing dependency on libhidlbase.Tao Bao1-1/+2
2017-08-10tests: Add the missing dependency on libhidlbase.Tao Bao1-1/+2
2017-07-08Add support to decompress brotli compressed new dataTianjie Xu1-0/+1
2017-06-24Complete support for project pathmapMichael Bestas1-2/+8
2017-06-23update_verifier: Support AVB.David Zeuthen1-0/+4
2017-05-24update_verifier: Support AVB.David Zeuthen1-0/+4
2017-05-24kill package_extract_dirTianjie Xu1-1/+0
2017-05-03fuse_sideload: Change the minimal block size to 4096.Tao Bao1-0/+1
2017-04-27Separate libupdate_verifier module and add testcases.Tao Bao1-0/+6
2017-04-20Call libvintf to verify package compatibility.Tao Bao1-0/+3
2017-04-19Call libvintf to verify package compatibility.Tao Bao1-0/+3
2017-04-19Add tests for update_binary_command().Tao Bao1-0/+5
2017-04-18Add tests for update_binary_command().Tao Bao1-0/+4
2017-04-13Verify the package compatibility with libvintf.Tao Bao1-1/+2
2017-04-12Verify the package compatibility with libvintf.Tao Bao1-1/+2
2017-03-31Move parse_range() and range_overlaps() into RangeSet.Tao Bao1-0/+2
2017-03-30tests: Remove LOCAL_ADDITIONAL_DEPENDENCIES.Tao Bao1-4/+0
2017-03-29Add test config to minadbd_testDan Shi1-0/+2
2017-03-18Remove the dead #include's in verifier.cpp.Tao Bao1-1/+0
2017-03-17Add a test to perform block_image_updateTianjie Xu1-1/+8
2017-03-07Refractor the code for imgdiffTianjie Xu1-0/+1
2017-03-03Recovery Test: add SideloadTest to test FUSE support on targetWei Wang1-0/+1
2017-02-02Use bspatch from external/bsdiff.Sen Jiang1-0/+2
2017-01-24Remove '_static' suffix from libext2* references.Alex Deymo1-1/+1
2017-01-19Add checkers and tests for empty locale in PNG fileTianjie Xu1-2/+26
2017-01-11Remove "_static" suffix from libsparseAlex Deymo1-1/+1
2017-01-11Remove "_static" suffix from libext4_utils.Alex Deymo1-1/+1
2016-12-22tests: Add test coverage for DirUtil.Tao Bao1-0/+1
2016-12-22tests: Add testcase for ZipUtil.Tao Bao1-1/+2
2016-12-20Add tests for imgdiff.Tao Bao1-0/+29
2016-12-15tests: Add tests for bootloader_message.Tao Bao1-0/+1
2016-12-14Add tests for setup-bcb and clear-bcb via uncrypt.Tao Bao1-0/+2
2016-11-18updater: Refactor set_stage() and get_stage() functions.Tao Bao1-0/+2
2016-11-16updater: Fix the wrong return value for package_extract_file().Tao Bao1-0/+2
2016-11-15updater: Fix the wrong return value for package_extract_file().Tao Bao1-0/+2
2016-11-08Move recovery_test.cpp out of unit testTianjie Xu1-1/+12
2016-11-08otautil: Clean up SysUtil.cpp.Tao Bao1-6/+7
2016-11-07otautil: Clean up SysUtil.cpp.Tao Bao1-6/+7
2016-11-03tests: Set up testdata path for continuous native tests.Tao Bao1-9/+12
2016-11-01applypatch: Add testcases for applypatch executable.Tao Bao1-1/+2
2016-10-26tests: Generate testdata for 2nd arch.Tao Bao1-1/+12
2016-10-18Replace minzip with libziparchiveTianjie Xu1-2/+9
2016-10-11Refactor libupdater into a seperate module.Tao Bao1-6/+22
2016-10-04edify: Move the testcases to gtest.Tao Bao1-0/+2
2016-09-30Turn on -Werror for recoveryTianjie Xu1-1/+2
2016-09-30Turn on -Werror for recoveryTianjie Xu1-1/+2
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-09-01Switch recovery to libbase loggingTianjie Xu1-2/+3
2016-08-06Fix references to libcrypto_utils_static.Josh Gao1-2/+2
2016-06-16tests: Remove obsolete MTD support.Tao Bao1-1/+0
2016-06-16tests: Remove obsolete MTD support.Tao Bao1-1/+0
2016-06-16tests: Remove obsolete MTD support.Tao Bao1-1/+0
2016-04-20Fix matches_locale functionTianjie Xu1-1/+5
2016-04-14Use BoringSSL instead of mincrypt to speed up package verification.Elliott Hughes1-1/+0
2016-04-06Convert recovery to use BoringSSL instead of mincrypt.Mattias Nissler1-1/+2
2016-03-31recovery: use __android_log_pmsg_file_write for log filesMark Salyzyn1-0/+2
2016-03-28recovery: use __android_log_pmsg_file_write for log filesMark Salyzyn1-0/+2
2016-03-12Port applypatch.sh tests to recovery_component_testsJed Estep1-2/+11
2016-02-05Change on-device directory for recovery test dataJed Estep1-1/+1
2016-02-04Refactor existing tests to use gtestJed Estep1-3/+32
2015-11-16recovery: Switch to clangTao Bao1-0/+1
2015-06-03recovery: Switch to clangTao Bao1-0/+1
2014-12-02 Make the android-5.0 branch compile in 4.4 to 4.1Ethan Yonker1-1/+2
2014-10-17More test makefile cleanup.Dan Albert1-24/+23
2013-10-10Add support for ECDSA signaturesKenny Root1-0/+26