summaryrefslogtreecommitdiffstats
path: root/edify/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-10edify: Rename parse_string to ParseString and let it take std::string.Tao Bao1-1/+1
Also simplify the helper function expect() in {edify,updater}_test.cpp. Test: Run recovery_component_test on marlin. Change-Id: If54febba4b5013f6d71546318a1ca6b635204ac8
2018-07-10edify: Remove VAL_INVALID and move ValueType into Value class.Tao Bao1-11/+8
Test: mmma -j bootable/recovery Test: Run recovery_component_test and recovery_unit_test on marlin. Change-Id: I4b240e3e771c387b9694be9c0f2f74e0265ab4cb
2017-10-09edify: Export the header and move to Soong.Tao Bao1-0/+161
Also make matching changes to applypatch modules which include edify/expr.h. Test: mmma bootable/recovery Change-Id: Ia72be3caa010d7f56a70add2da345e631b306378