mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Update asm-processor and diff.py (#278)
* fix asm differ branch * git subrepo pull --force tools/asm-differ subrepo: subdir: "tools/asm-differ" merged: "fd0984c97" upstream: origin: "https://github.com/simonlindholm/asm-differ.git" branch: "main" commit: "fd0984c97" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * delete asm-processor * git subrepo clone git@github.com:simonlindholm/asm-processor.git tools/asm-processor subrepo: subdir: "tools/asm-processor" merged: "755f734fb" upstream: origin: "git@github.com:simonlindholm/asm-processor.git" branch: "main" commit: "755f734fb" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * re-add build.py * remove subrepo * git subrepo pull --force tools/asm-differ subrepo: subdir: "tools/asm-differ" merged: "1dfba80e1" upstream: origin: "https://github.com/simonlindholm/asm-differ.git" branch: "main" commit: "1dfba80e1" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
def apply(config, args):
|
||||
config['baseimg'] = 'target.bin'
|
||||
config['myimg'] = 'source.bin'
|
||||
config['mapfile'] = 'build.map'
|
||||
config['source_directories'] = ['.']
|
||||
config["baseimg"] = "target.bin"
|
||||
config["myimg"] = "source.bin"
|
||||
config["mapfile"] = "build.map"
|
||||
config["source_directories"] = ["."]
|
||||
# config["arch"] = "mips"
|
||||
# config["map_format"] = "gnu" # gnu or mw
|
||||
# config["mw_build_dir"] = "build/" # only needed for mw map format
|
||||
# config["makeflags"] = []
|
||||
# config["objdump_executable"] = ""
|
||||
|
||||
Reference in New Issue
Block a user