summaryrefslogtreecommitdiff
path: root/symbol_inject/macho.go
AgeCommit message (Collapse)Author
2022-11-02symbol_inject: add linkerSigned flag in codesign of Mach-O binaries. Yabin Cui
With linkerSigned flag, codesign will still be valid after stripping. Bug: 251222821 Test: build aapt2 and both non-stripped and stripped version work. Change-Id: Ic3a2b9fcaf30eb306fed7db6568f6699cc640cde
2022-09-01symbol_inject: add step to codesign Mach-O binaries. Yabin Cui
The adhoc codesign of Macho-O binaries is broken after symbol injection. MacOS refuses to run the binaries unless we sign them again. Bug: 241493489 Test: build and run simpleperf_ndk64 on MacOS Change-Id: I25ef5c6413bd97e1bfa0a4ec5d04eaefb6fea54c
2018-10-22Turn symbol_inject into a reusable package Dan Willemsen
Bug: 31559095 Test: m blueprint_tools Change-Id: I0f7a9f14111af26d753db547c6de313a7079658a