aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Expand)Author
2024-04-12libavb: rename "ATX" to "cert"David Pursell
2024-04-02libavb: expose build variants with ATXDavid Pursell
2023-10-31Add com.android.virt as apex_available in libavbSeungjae Yoo
2023-10-11libavb_rs: move build rules and tests to rust/David Pursell
2023-08-28avb: add libavb_rs Rust libraryDavid Pursell
2023-08-24avb: add Rust bindgen packagesDavid Pursell
2023-06-22Compile libavb for Mac OS X, as part of the Cuttlefish host toolsA. Cody Schuffelen
2023-02-13libavb: Introduce baremetal variant of the libraryPierre-Clément Tosi
2023-02-01Add non debug libavb that silences debug message printingAlice Wang
2022-09-26Make avbtool a python libraryKelvin Zhang
2022-09-18Remove Python enables identical to global defaults.Krzysztof Kosiński
2022-08-29Remove avbtool symlinkCole Faust
2022-03-08Tweak linux_glibc properties for musl builds in external/avbColin Cross
2022-01-11Fix test build rules for different SHA implementationsandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Andrew Scull
2021-07-23Make libavb and libavb_headers vendor_ramdisk_available.android-s-beta-5android-s-beta-5David Anderson
2021-06-18Merge "Add ramdisk_available to init_first_stage's deps"Inseob Kim
2021-06-15Removing AFTL from libavb repository.Jan Monsch
2021-06-14Add ramdisk_available to init_first_stage's depsInseob Kim
2021-05-05libavb: Abstract crypto operationsAndrew Scull
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/avbandroid-s-preview-1Bob Badour
2021-02-01Merge "Set libavb_host_unittest as unit_tests"Treehugger Robot
2021-01-29Set libavb_host_unittest as unit_testsJulien Desprez
2021-01-28Replaces a tab with spacesBowgo Tsai
2021-01-27Merge "Swich TEST_MAPPING host config to unit_tests:true"Julien Desprez
2021-01-27Build system compile properly with multilib "first"Julien Desprez
2021-01-20Make avbtool compile for both archJulien Desprez
2021-01-13Swich TEST_MAPPING host config to unit_tests:trueJulien Desprez
2020-05-18Enable Android.bp format validation hookThiébaud Weksteen
2020-05-18libavb_aftl: enable fuzzer for parserThiébaud Weksteen
2020-05-11Change log leaf encodingThiébaud Weksteen
2020-05-08Porting test signer helper scripts to Python 3.Jan Monsch
2020-04-30Changed avbtool to be run with the embedded launcher.Jan Monsch
2020-04-23Remove unused proto dependenciesThiébaud Weksteen
2020-04-22Final switch from Python 2 to Python 3 for avbtool.Jan Monsch
2020-04-22Fixing pylint for avbtool.Jan Monsch
2020-04-21Fixing pylint for aftltool and moving aftltool_test to presubmit.Jan Monsch
2020-04-17Removing avbtool_test.py since it is not used.Jan Monsch
2020-04-16Merge "Build libavb_aftl as a device side library"Tianjie Xu
2020-04-15Porting aftltool and its test suites to Python 3.Jan Monsch
2020-04-12Build libavb_aftl as a device side libraryTianjie
2020-04-06Preparatory step for migrating avbtool and aftltool to python3.Jan Monsch
2020-02-19Added missing tests for the verify_vbmeta_image methods & fixed bugs.Jan Monsch
2020-02-18Adds slot_verify functions to libavb_aftlDan Austin
2020-02-17Added integration test for load_test_aftl & test for connection failures.Jan Monsch
2020-02-14Parsing code for AftlDescriptorDan Austin
2020-02-07AFTL: Initial implementation of libavb_aftlDan Austin
2020-01-29Added unittest for Aftl.request_inclusion_proof() method.Jan Monsch
2020-01-13Split AFTL functionality out of avbtool.Dan Austin
2019-12-13Adding avbtool python unit tests and refactoring ICP tests.Jan Monsch
2019-09-17Adds avb_headersChin-Ting Kuo