Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
1eb32e2ffd899e0e70d4cea1c5f5817fd52def1f
/
cmds
/
installd
e0d64a1
Make sure to return false for empty classpath
by Mathieu Chartier
· 7 years ago
692bc1f
Merge "Add dalvik.vm.dex2oat-resolve-startup-strings feature flag"
by Mathieu Chartier
· 7 years ago
a6ada23
Merge "[installd] Modernize codebase by replacing NULL with nullptr"
by Mathieu Chartier
· 7 years ago
9059283
Add mathieuc to owners
by Mathieu Chartier
· 7 years ago
954cf64
[installd] Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
f208828
Add dalvik.vm.dex2oat-resolve-startup-strings feature flag
by Mathieu Chartier
· 7 years ago
eddf8dd
Merge "Cleanup Quota limit in Installd"
by Treehugger Robot
· 7 years ago
c78374d
Cleanup Quota limit in Installd
by Risan
· 7 years ago
bd7aef1
Otapreopt: Accept boot image in system
by Andreas Gampe
· 7 years ago
f1dd98e
Fix implicit fallthrough warnings.
by Chih-Hung Hsieh
· 7 years ago
3ad80d2
Otapreopt: Remove patchoat step
by Andreas Gampe
· 7 years ago
725ae2b
Break away from longer file extensions.
by Jeff Sharkey
· 7 years ago
2478cf2
Otapreopt: Introduce protocol version 10
by Andreas Gampe
· 7 years ago
ce9fe7f
Otapreopt: Move binary to Soong
by Andreas Gampe
· 7 years ago
f9857ad
installd should be fully developed in AOSP.
by Jeff Sharkey
· 7 years ago
1752a11
Remove PIC option from oat files.
by Vladimir Marko
· 7 years ago
189d906
Installd: Add presubmit TEST_MAPPING
by Andreas Gampe
· 7 years ago
2ef09a7
Installd: Refactor installd_dexopt_test a bit
by Andreas Gampe
· 7 years ago
70564d5
Merge "Otapreopt: Add missing function" am: d760eb8662
by Andreas Gampe
· 7 years ago
a64a627
Otapreopt: Add missing function
by Andreas Gampe
· 7 years ago
07031ce
Merge "Fix SEGFAULT in profman" am: 037b50ec79
by Calin Juravle
· 7 years ago
a30265a
Fix SEGFAULT in profman
by Calin Juravle
· 7 years ago
76c2eaf
Otadexopt: removing bootdevice from /dev/block/bootdevice/by-name/*
by Bowgo Tsai
· 7 years ago
1572f9b
Otadexopt: removing bootdevice from /dev/block/bootdevice/by-name/*
by Bowgo Tsai
· 7 years ago
19d2d08
Otadexopt: removing bootdevice from /dev/block/bootdevice/by-name/*
by Bowgo Tsai
· 7 years ago
eb9b71e
Disable dex2oatd for release background compiles am: 31419e7ac8
by David Sehr
· 7 years ago
31419e7
Disable dex2oatd for release background compiles
by David Sehr
· 7 years ago
3bbaed2
Always pass --dex-location to profman
by Calin Juravle
· 7 years ago
6e9f4df
Merge "Always pass --dex-location to profman" into pi-dev am: 7be03ead4c
by Calin Juravle
· 7 years ago
59f7ab8
Always pass --dex-location to profman
by Calin Juravle
· 7 years ago
1fc161b
Merge "Fix tiny typo in LOG_TAG." am: d7c8bda2f9 am: 1d5a1e4d39
by Alan Stokes
· 7 years ago
cb27c34
Fix tiny typo in LOG_TAG.
by Alan Stokes
· 7 years ago
5f3079b
Merge "Otadexopt: Attempt to mount product partition" am: dce2457fd9
by Andreas Gampe
· 7 years ago
fbab0c6
Otadexopt: Attempt to mount product partition
by Andreas Gampe
· 7 years ago
b87a1c7
Otadexopt: Attempt to mount product partition
by Andreas Gampe
· 7 years ago
7aec7ad
Merge "Disable APPLY_HARD_QUOTAS in favor of "resgid"." into pi-dev
by Jeff Sharkey
· 7 years ago
ce764fa
Disable APPLY_HARD_QUOTAS in favor of "resgid".
by Jeff Sharkey
· 7 years ago
33aa0e6
Merge "Check /mnt/expand paths as if /data." into pi-dev am: 64fc7a4b0c
by Jeff Sharkey
· 7 years ago
8fa803a
Check /mnt/expand paths as if /data.
by Jeff Sharkey
· 7 years ago
e8f96c1
Merge "Pass in new flag DEXOPT_GENERATE_APP_IMAGE to test cases" into pi-dev
by Mathieu Chartier
· 7 years ago
2d5a1bc
Pass in new flag DEXOPT_GENERATE_APP_IMAGE to test cases
by Mathieu Chartier
· 7 years ago
1dc3dfa
Add flag for controling app image generation
by Mathieu Chartier
· 7 years ago
4f1ad40
Pass in new flag DEXOPT_GENERATE_APP_IMAGE to test cases
by Mathieu Chartier
· 7 years ago
94c625f
Merge "Add flag for controling app image generation" into pi-dev am: d08eab114a
by Mathieu Chartier
· 7 years ago
d08eab1
Merge "Add flag for controling app image generation" into pi-dev
by Mathieu Chartier
· 7 years ago
80e32bc
Merge "installd: update per fs-verity kernel uapi change" into pi-dev
by Victor Hsieh
· 7 years ago
18ac027
installd: update per fs-verity kernel uapi change
by Victor Hsieh
· 7 years ago
ad45a1b
Add flag for controling app image generation
by Mathieu Chartier
· 7 years ago
a3a18be
Add otapreopt logic for CompactDex version bump
by Mathieu Chartier
· 7 years ago
351bc94
Add new dexopt flag to control CompactDex generation
by Mathieu Chartier
· 7 years ago
9c7b560
Merge "Add otapreopt logic for CompactDex version bump" am: 1812ea7c47
by Mathieu Chartier
· 7 years ago
dbc4ce6
Add otapreopt logic for CompactDex version bump
by Mathieu Chartier
· 7 years ago
fb37d5c
Merge "Installd: Make tests atest-ready" am: a11d432df3 am: adf456c076
by Andreas Gampe
· 7 years ago
c23dc12
Installd: Make tests atest-ready
by Andreas Gampe
· 7 years ago
71626f7
Merge "Add new dexopt flag to control CompactDex generation" am: 64d9442a11
by Mathieu Chartier
· 7 years ago
f69c2f7
Add new dexopt flag to control CompactDex generation
by Mathieu Chartier
· 7 years ago
43343c6
Merge "Installd: Check for dex2oatd before running it" am: a4d8dae190 am: 7a37fb6d9a
by Andreas Gampe
· 7 years ago
e87fe0a
Installd: Check for dex2oatd before running it
by Andreas Gampe
· 7 years ago
5d6a845
Merge changes Ie795897d,I86e1cfed,I840ecbca am: 1636f41a45 am: c77adfad4d
by Andreas Gampe
· 7 years ago
123a045
Merge "Installd: Add error message to dexopt" am: 0edada736b am: a6a9fe2b33
by Andreas Gampe
· 7 years ago
3008bbe
Installd: Amend dexopt binder logging
by Andreas Gampe
· 7 years ago
194fe42
Installd: Amend dexopt binder logging
by Andreas Gampe
· 7 years ago
fa2dadd
Installd: Amend dexopt binder logging
by Andreas Gampe
· 7 years ago
023b224
Installd: Add error message to dexopt
by Andreas Gampe
· 7 years ago
1468e8c
Merge "ART: Fix LOG_FATAL" am: 1330e553cc am: 4a4636369a am: 30721b3a02
by Andreas Gampe
· 7 years ago
d32eec2
ART: Fix LOG_FATAL
by Andreas Gampe
· 7 years ago
1ebe77f
Use absolute paths in tests.
by Jeff Sharkey
· 7 years ago
e817d49
Merge "Use absolute paths in tests."
by Jeff Sharkey
· 7 years ago
e242bdf
Merge "Installd: Add context to test errors" am: acbad287a9 am: f6ef48e878
by Andreas Gampe
· 7 years ago
8e9bf35
Use absolute paths in tests.
by Jeff Sharkey
· 7 years ago
f6a93b1
Installd: Add context to test errors
by Andreas Gampe
· 7 years ago
5359430
Sanity check paths coming into installd.
by Jeff Sharkey
· 7 years ago
eb7d567
Merge "have patchoat take directories instead of filenames" am: a92749ebae am: 6853290fcb
by Chris Morin
· 7 years ago
a92749e
Merge "have patchoat take directories instead of filenames"
by Treehugger Robot
· 7 years ago
2efc402
[installd] Pass --compilation-reason to dex2oat
by Calin Juravle
· 7 years ago
dcccd83
[installd] Pass --compilation-reason to dex2oat
by Calin Juravle
· 7 years ago
0c609c2
Fix otapreopt parameters reading
by Calin Juravle
· 7 years ago
40b5f46
Fix profileSnapshot test in installd.
by Calin Juravle
· 7 years ago
5bd1c72
Allow public profile compilation for primary apks
by Calin Juravle
· 8 years ago
62c5a37
[installd] Pass .dm files to dexopt
by Calin Juravle
· 8 years ago
f63d479
Replace profman invocation for prepareAppProfiles
by Calin Juravle
· 8 years ago
315d1f5
Refactor argument parsing in ota preopt
by Calin Juravle
· 8 years ago
dff4729
Extract the otapreopt parameters in their own class and add tests
by Calin Juravle
· 8 years ago
c4f6a0b
Fix profile guided compilation for secondaries and add more tests
by Calin Juravle
· 8 years ago
0d0a492
[installd] Create profile snaphots for boot image
by Calin Juravle
· 8 years ago
408cd4a
[installd] Extend profile operations to take the profile name
by Calin Juravle
· 8 years ago
c3b049e
[installd] Prepare profiles for app code paths
by Calin Juravle
· 8 years ago
824a64d
Prepare installd to handle profiles per code path
by Calin Juravle
· 8 years ago
a25d90c
Add Installd IPC to compute the SHA256 of a seconday dex file.
by Alan Stokes
· 8 years ago
5224916
Refactor runtime hidden API flag from negative to positive
by David Brazdil
· 7 years ago
d079f37
Merge "Refactor runtime hidden API flag from negative to positive"
by David Brazdil
· 7 years ago
77c4875
have patchoat take directories instead of filenames
by Chris Morin
· 7 years ago
22cce5a
Refactor runtime hidden API flag from negative to positive
by David Brazdil
· 7 years ago
fd0c5b1
Fix otapreopt parameters reading
by Calin Juravle
· 7 years ago
989fc50
Fix profileSnapshot test in installd.
by Calin Juravle
· 7 years ago
538ae80
Merge "installd: change fsverity ioctl"
by TreeHugger Robot
· 8 years ago
b866116
installd: change fsverity ioctl
by Victor Hsieh
· 8 years ago
0b386e0
Allow public profile compilation for primary apks
by Calin Juravle
· 8 years ago
cc3b8ae
[installd] Pass .dm files to dexopt
by Calin Juravle
· 8 years ago
ad87a69
Merge "Refactor argument parsing in ota preopt"
by Calin Juravle
· 8 years ago
Next »