Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_vendor_omni
/
bf221f60d9ca11a050eaa860813d648bbd167d17
/
build
0adbc9b
vendor:soong: add target_motorized_camera
by Marko Man
· 6 years ago
de572ed
vendor: soong: add target_needs_client_info
by Marko Man
· 6 years ago
f137931
soong_config: Add new flag for vendor_init
by Han Wang
· 6 years ago
11cd8e6
vendor: soong: move op fastcharge and vendor init here
by Marko Man
· 6 years ago
1f21b2f
omni: move audio files to product and migrate to OMNI_PRODUCT_PROPERTIES
by micky387
· 6 years ago
bb72ab8
extract_utils: Set customvendor.mk name when available
by theimpulson
· 6 years ago
d712497
extract_utils: Support multidex
by Rashed Abdel-Tawab
· 7 years ago
6f92e6b
extract_utils: Redirect vdexextractor log to /dev/null
by Luca Stefani
· 7 years ago
9baced4
extract_utils: Use temporary folder for system dump
by conbold
· 8 years ago
de985fe
extract_utils: introduce support for executing blob fixups
by Vladimir Oltean
· 6 years ago
e688cf9
extract_utils: fix mismatch with non-lowercase pinned sha1sum
by Vladimir Oltean
· 6 years ago
a7d2049
extract_utils: introduce -k (kang mode) option
by Vladimir Oltean
· 6 years ago
fa79f21
extract_utils: make --section match words anywhere in the line
by Vladimir Oltean
· 6 years ago
841c6e8
extract_utils: Add functions to extract vendor blobs from vendor.img
by Rashed Abdel-Tawab
· 6 years ago
1132937
extract_utils: avoid doing stuff on files that don't exist
by Vladimir Oltean
· 7 years ago
724a7bc
extract_utils: cleanup variable names and arguments passed to extract() function
by Vladimir Oltean
· 6 years ago
d48649d
extract_utils: drop the "/system/" prefix from prints of blob names
by Vladimir Oltean
· 6 years ago
6780da3
extract_utils: be compatible with system-as-root layouts
by Vladimir Oltean
· 6 years ago
b8e5457
extract_utils: Allow to interrupt the extraction
by Gabriele M
· 8 years ago
9a911af
extract_utils: We are OMNI not CM
by theimpulson
· 6 years ago
380d19c
Revert "roomservice: Do not overwrite existing devices"
by Marko Man
· 6 years ago
718f4c2
Revert "roomservice: Do not overwrite existing repositories"
by Marko Man
· 6 years ago
4d75063
roomservice: Do not overwrite existing repositories
by Martin Dünkelmann
· 6 years ago
ec98486
roomservice: Do not overwrite existing devices
by Felix
· 6 years ago
ff55a55
vendor: add sm8150/msmnile to qcom targets
by Marko Man
· 6 years ago
d164cac
kernel: Set correct kernel compiler prefixes for aarch64 clang
by Rashed Abdel-Tawab
· 6 years ago
4cbc9d1
soong: add sdclang
by frap129
· 6 years ago
4d6e828
kernel.mk: fix clang build if path is set
by Marko Man
· 6 years ago
87b4a53
kernel: Correct CROSS_COMPILE_ARM32 toolchain
by Michael Bestas
· 7 years ago
a111d06
vendor: updates for sdclang 6.0.9
by frap129
· 6 years ago
f79f64a
kernel: Set CROSS_COMPILE_ARM32 if using aarch64
by Rashed Abdel-Tawab
· 7 years ago
52025a8
omni: hack roomservice to allow adding remove-project entries
by maxwen
· 6 years ago
cdae4a6
soong_config: Add flag for devices use metadata as FDE key
by Erfan Abdi
· 6 years ago
021c61d
vendor: add HEALTHD_USE_BATTERY_INFO option
by Stefan Berger
· 6 years ago
4df0cd5
soong_config: Add add_json_str_omitempty function
by Kevin F. Haggerty
· 7 years ago
83cdc3d
vendor: add TARGET_NEEDS_HWC_ONFIRSTREF option
by Marko Man
· 6 years ago
20f2c9b
soong: rework soong_config for Pie
by Simon Shields
· 7 years ago
2ad785d
build: soong: put omnirom variables in the "Omnirom" struct
by Simon Shields
· 8 years ago
8a28364
vendor: add soong bits for boardflags
by Simon Shields
· 8 years ago
7d6628f
build: fix build kernel with clang
by Vachounet
· 6 years ago
67fdf89
roomservice.py: Use list type for filter() results
by Felix Elsner
· 6 years ago
c1c2d75
Prettify roomservice.py and make it python3-ready
by Felix Elsner
· 6 years ago
d260a41
vendor: build: add flag to skip building DTBO.img
by oshmoun
· 7 years ago
8b6f1ad
build: Support SDM710 platform
by Isaac Chen
· 7 years ago
c61061e
tools: update vdexExtractor from 0.4.1 to 0.5.2 for P compat
by codeworkx
· 7 years ago
082f1e8
Add CDEX support for boot JAR files
by Luca Stefani
· 7 years ago
6bd412c
extract_utils: Fix output dex file name generated by vdexExtractor
by TheStrix
· 7 years ago
85eda75
extract_utils: add CDEX support via compact_dex_converter
by codeworkx
· 7 years ago
730fb71
tools: update smali/baksmali to 2.2.5
by codeworkx
· 7 years ago
c0a3a98
build: Add dtbo task
by Luca Stefani
· 7 years ago
2ae34c2
vendor: import hal include script
by Marko Man
· 7 years ago
a44506b
fix kernel mk for PIE
by Marko Man
· 7 years ago
97ff586
android 9.0
by Marko Man
· 7 years ago
fe49eae
extract_utils: make get_file() able to search paths with and w/o /system prefix
by Vladimir Oltean
· 7 years ago
b5500d7
extract_utils: extract(): fix src not being searched in "src:dst;args" spec
by Vladimir Oltean
· 7 years ago
4daf559
extract_utils: extract(): rename DEST variable to VENDOR_REPO_FILE
by Vladimir Oltean
· 7 years ago
d639133
extract_utils: extract(): rename ARGS variable to SPEC_ARGS
by Vladimir Oltean
· 7 years ago
8e2de65
extract_utils: extract(): rename FILE variable to SPEC_SRC_FILE
by Vladimir Oltean
· 7 years ago
b06f3aa
extract_utils: extract(): rename FROM variable to SPEC_DST_FILE
by Vladimir Oltean
· 7 years ago
75d8e05
extract_utils: create src_file() function to mirror behavior of target_file()
by Vladimir Oltean
· 7 years ago
011b6b6
extract_utils: prefix_match(): do not strip target_args from its output
by Vladimir Oltean
· 7 years ago
c70bc12
extract_utils: target_file() and target_args() cleanup
by Vladimir Oltean
· 7 years ago
53a9597
Revert "extract_files: Add support for paths without system/"
by Vladimir Oltean
· 7 years ago
4e88f7d
Revert "extract_utils: Fix makefile generation issues"
by Vladimir Oltean
· 7 years ago
16f5f8b
extract_utils: Fix regressions from 3f9b94cb67a88999f7747af8335c5e576939360b
by Paul Keith
· 7 years ago
ad47b7d
extract_utils: Fix makefile generation issues
by Michael Bestas
· 7 years ago
9c6f2eb
extract_utils: Split optional args with semicolon instead of colon
by Michael Bestas
· 7 years ago
4f738f5
extract-utils: Use LOCAL_VENDOR_FILE instead of LOCAL_PROPRIETARY_FILE
by Ethan Chen
· 7 years ago
7220f36
write_makefiles: fix paths in BUILD_PREBUILT with destination
by Vladimir Oltean
· 7 years ago
57034c1
vendor: enable sd-llvm if avail
by Marko Man
· 7 years ago
3ba2cde
vendor: build: update kernel.mk
by Marko Man
· 7 years ago
b58468a
vendor: update repopick
by Marko Man
· 7 years ago
e114eb0
vendor: add aospremote and cafremote functions
by mikeNG
· 7 years ago
fb3941c
extract_utils: Use vdexExtractor and oatdump for deodexing
by Joe Maples
· 7 years ago
26eb01e
extract_utils: Fix vendor framework makefile generation
by Michael Bestas
· 7 years ago
35a20e3
omni: Add sdm660, sdm845 to QCOM targets
by dianlujitao
· 7 years ago
b88cf04
Vendor: Omni: Allow custom keys
by nailyk
· 7 years ago
84cab3b
omni: repo tools: Bump default branch.
by Alexander Diewald
· 7 years ago
f3cc995
vendor: build. -j is no longer supported
by darkobas
· 7 years ago
c8a6b6c
build: dont break roomservice if root device dir is missing
by maxwen
· 7 years ago
58270a3
extract_utils: Fix pinning when not cleaning vendor dir
by Gabriele M
· 8 years ago
cc98bc3
extract_files: Mark vendor etc files as proprietary
by Rashed Abdel-Tawab
· 8 years ago
974b590
extract_utils: cover vendor/frameworks
by Christian Oder
· 8 years ago
7fd3ccb
extract_files: Add support for treble compatible makefiles
by Rashed Abdel-Tawab
· 8 years ago
e7d9b5c
extract_files: Adjust deodex path and tmpdir
by Rashed Abdel-Tawab
· 8 years ago
3e8c5bf
extract_utils: implement LOCAL_MODULE_RELATIVE_PATH
by M1cha
· 8 years ago
e1aa9ba
build: Fix roomservice project validation
by Humberto Borba
· 8 years ago
040a946
vendor: omni: Fix cookies
by Humberto Borba
· 8 years ago
2632902
vendor: update extract_utils to extract vdex files
by Sam Mortimer
· 8 years ago
d7acdc8
vendor: add cookies task
by Jacob Whatley
· 8 years ago
9c02a9b
vendor: build: Kill schedtool
by Luca Stefani
· 8 years ago
0704cef
envsetup: Update mka for O
by Luca Stefani
· 8 years ago
3ac786f
envsetup: add a helper to fix "out/target/common" not being really common
by Chirayu Desai
· 12 years ago
3e87340
vendor: import roomservice from android-7.1
by cybojenix
· 12 years ago
72e2324
vendor: import repopick from android-7.1
by Pulser
· 12 years ago
7152fc4
Build: Add support for specifying build variant in brunch/breakfast
by Archi
· 11 years ago
cb52eae
envsetup: Add pushboot function
by xplodwild
· 12 years ago
3e9d0bb
build: Add mka/brunch/breakfast aliases
by xplodwild
· 12 years ago
014af18
build: core: include platform helper macros in target makefiles
by Dan Pasanen
· 8 years ago
bc5fc1a
build: import qcom_utils and qcom_targets from android-7.1
by Steve Kondik
· 13 years ago
Next »