aboutsummaryrefslogtreecommitdiff
path: root/aosp/include/components
AgeCommit message (Collapse)Author
2021-11-18Merge remote-tracking branch 'aosp/upstream-main'Kelvin Zhang
CL * 261f4df0 Update callsites to use WIN_-prefixed base::File flags. cause build failure on android, because AOSP's copy of libchrome doesn't have WIN_ prefix. To address that I added Change-Id: I5457ae8b784b86644f0ae86182bcb0422629bfd3
2021-08-22Create a symlink for each header fileKelvin Zhang
When marking libzucchini as recovery_available, build system tries to glob all header files in exported include dir. This fails because the symlink points to a parent directory, which also contains the symlink itself. Therefore the glob fails due to infinite recursion. Test: th Bug: 194237829 Change-Id: I49eb64b2c31f3446f17db6139803f81e2a39148b
2021-08-19Get zucchini to compile w/o code transformation hackKelvin Zhang
Test: th Change-Id: I9b2beec4ee34d1ba23c1af24dec3f4b9169d6bd4