summaryrefslogtreecommitdiffstats
path: root/updater/build_info.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simulator: add the argument to keep the updated imagesTianjie Xu2019-07-311-2/+15
| | | | | | | | | | | | | | Add the command line option to select the work directory and save the updated image files. Because some people might have interested in getting updated images from an ota file. Also, fix a minor issue that the destination of package_extract_file needs to be updated if it's a block device. Otherwise, an unintended file may be extracted in the callers' directory. Test: run simulation, run unit tests Change-Id: Ic6a7db0580bc1748d6e080102e4654da4e41fd8c
* Rename product_services to system_extJustin Yun2019-06-281-1/+1
| | | | | | Bug: 134359158 Test: build and boot Change-Id: I2ea21a0e528bdbab7d2479b48c73e7f2274ecca5
* Implement the TargetFile and BuildInfoTianjie Xu2019-06-011-0/+126
The TargetFile class parses a target-file and provides functions to read its contents. And the BuildInfo tries to simulate the device with files on host. Some work it does includes parsing the build properties, and extracting the image files for partitions specified in the fstab. Bug: 131911365 Test: unit tests pass, run simulator with cuttlefish, wear devices and from extracted TF. Change-Id: Iefe4a96d619d2e4b3d038e31480f11a0f9a70afa