Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_apex
/
e33fdfc6f1c45af83ffcee815b64570cd9cda656
e33fdfc
Revert "ld.config.txt for APEX"
by Jiyong Park
· 7 years ago
7151124
ld.config.txt for APEX
by Jiyong Park
· 7 years ago
91cc221
Merge "APEXs are signed with apksigner"
by Treehugger Robot
· 7 years ago
cf0ada1
Merge "Apexd: Add RAII wrapper for device-mapper entry"
by Andreas Gampe
· 7 years ago
921ad0b
Merge "Apexd: Add RAII wrapper for loopback device"
by Treehugger Robot
· 7 years ago
72e9c97
APEXs are signed with apksigner
by Jiyong Park
· 7 years ago
77f59f0
Merge "Update apex.test using multilib"
by Treehugger Robot
· 7 years ago
924cec3
Update apex.test using multilib
by Jiyong Park
· 7 years ago
ef9a1d7
Apexd: Add RAII wrapper for device-mapper entry
by Andreas Gampe
· 7 years ago
cb1c8da
Apexd: Add RAII wrapper for loopback device
by Andreas Gampe
· 7 years ago
8eb187a
Apexd: Expose mountPackage to binder/cmd
by Andreas Gampe
· 7 years ago
abcfa94
Merge "Apexd: Use Status for createLoopDevice"
by Andreas Gampe
· 7 years ago
a0a98ac
Make test.apex functional
by Jiyong Park
· 7 years ago
65e1c75
Apexd: Use Status for createLoopDevice
by Andreas Gampe
· 7 years ago
d2448a7
Apexd: Introduce PStringLog and clean up
by Andreas Gampe
· 7 years ago
c9a01e4
Apexd: Add Status
by Andreas Gampe
· 7 years ago
fa3f20b
Apexd: Pull apart apexd Soong module
by Andreas Gampe
· 7 years ago
b99abdd
Apexd: Move installPackage to apexd
by Andreas Gampe
· 7 years ago
2997fc7
Apexd: Rename installPackage to mountPackage
by Andreas Gampe
· 7 years ago
9d016d5
Apexd: Refactor apexd.cc
by Andreas Gampe
· 7 years ago
8f89b76
Apexd: Surface ApexFile/ApexManifest open errors
by Andreas Gampe
· 7 years ago
eae4784
Apexd: Add StatusOr
by Andreas Gampe
· 7 years ago
62acea3
Merge "Apexd: Implement shellCommand"
by Treehugger Robot
· 7 years ago
f3fe193
Merge "Apexd: Add gtests as presubmit"
by Andreas Gampe
· 7 years ago
0d2fbb6
Use PLOG (not LOG) to log failed opendir call in scanPackagesDirAndMount.
by Roland Levillain
· 7 years ago
66b5dcd
Apexd: Implement shellCommand
by Andreas Gampe
· 7 years ago
1fe2b8f
Apexd: Add gtests as presubmit
by Andreas Gampe
· 7 years ago
c791f05
APEXs can be signed with different keys
by Jiyong Park
· 7 years ago
e66772f
Apexd: Enable some more warnings
by Andreas Gampe
· 7 years ago
ff71e91
Apexd: Use StderrLogger in tests
by Andreas Gampe
· 7 years ago
22cc292
Create a symlink upon install.
by Dario Freni
· 7 years ago
6ed6332
Add installPackage binder method to apexd.
by Dario Freni
· 7 years ago
3c059e4
move apex.go to build/soong
by Jiyong Park
· 7 years ago
e057c1e
Add support for APEX packages in system partition to apexd.
by Roland Levillain
· 7 years ago
f214bc1
Fix the path to SDK tools prebuilts used in 'apex' module build rules.
by Roland Levillain
· 7 years ago
a51823d
Add support for prebuilts
by Jiyong Park
· 7 years ago
ec7ffc3
Merge "IApexService: remove api_dir"
by Steven Moreland
· 7 years ago
048ff9b
Avoid creating the initial APEX mount point.
by Dario Freni
· 7 years ago
01a4ea6
Ensure that tools that apexer is depending on are built
by Jiyong Park
· 7 years ago
856a9a0
Merge "Properly enable Direct I/O on loopback device."
by Martijn Coenen
· 7 years ago
b006090
Properly enable Direct I/O on loopback device.
by Martijn Coenen
· 7 years ago
7b72ed7
Merge "Changed APEX mount-point to /apex."
by Martijn Coenen
· 7 years ago
9c6f8fa
IApexService: remove api_dir
by Steven Moreland
· 7 years ago
3f1c3c9
Extend apexer's tools search path to SDK prebuilts.
by Roland Levillain
· 7 years ago
7b5faf9
Changed APEX mount-point to /apex.
by Martijn Coenen
· 7 years ago
a36a119
Merge "Adding a new test APEX with latest improvements."
by Treehugger Robot
· 7 years ago
68b5bd2
Merge "Fix runtests.sh after recent changes to apexer."
by Treehugger Robot
· 7 years ago
5a474f0
Merge "Move apexd to user/group root."
by Martijn Coenen
· 7 years ago
db1804f
Merge "Open loop device O_RDWR."
by Martijn Coenen
· 7 years ago
8e9448e
Adding a new test APEX with latest improvements.
by Dario Freni
· 7 years ago
49f47a5
Fix runtests.sh after recent changes to apexer.
by Dario Freni
· 7 years ago
e66873b
Move apexd to user/group root.
by Martijn Coenen
· 7 years ago
3ff0d8b
Open loop device O_RDWR.
by Martijn Coenen
· 7 years ago
c2ec340
Omitting partition name and size
by Jiyong Park
· 7 years ago
cee3eb2
Merge "Mount APEX images with dm-verity."
by Treehugger Robot
· 7 years ago
2336ea9
Mount APEX images with dm-verity.
by Martijn Coenen
· 7 years ago
250c29d
executables and java libraries can be packaged into APEX
by Jiyong Park
· 7 years ago
c47bf98
Simplify apexRule for copying files to the image directory
by Jiyong Park
· 7 years ago
8537e2a
Reland: Add module type apex to build APEX bundles
by Jiyong Park
· 7 years ago
a231884
Merge "Revert "Add module type apex to build APEX bundles""
by Treehugger Robot
· 7 years ago
7b372fe
Revert "Add module type apex to build APEX bundles"
by Jiyong Park
· 7 years ago
3c0f116
Merge "Add module type apex to build APEX bundles"
by Treehugger Robot
· 7 years ago
a6e16ad
Merge "add gofmt to builtin hooks"
by Treehugger Robot
· 7 years ago
e396fce
Add module type apex to build APEX bundles
by Jiyong Park
· 7 years ago
a54f30c
add gofmt to builtin hooks
by Jiyong Park
· 7 years ago
ba420d0
API dump for an AIDL interface consists of multiple AIDL files
by Jiyong Park
· 7 years ago
313c491
Merge "Don't deflate any input files."
by Treehugger Robot
· 7 years ago
09c106c
Don't deflate any input files.
by Martijn Coenen
· 7 years ago
e1e472f
Fix simple logic bug.
by Martijn Coenen
· 7 years ago
a515307
Version number in APEX manifest is set as versionCode of AndroidManifest
by Jiyong Park
· 7 years ago
4edc623
Silence some warnings for unused variables
by Jiyong Park
· 7 years ago
bad233d
Merge "Read the APEX manifest."
by Treehugger Robot
· 7 years ago
9818f31
Merge "The file system image is protected by dm-verity"
by Treehugger Robot
· 7 years ago
d372d3b
The file system image is protected by dm-verity
by Jiyong Park
· 7 years ago
aeb233c
Read the APEX manifest.
by Dario Freni
· 7 years ago
358b59c
Merge "clang-format fixes."
by Treehugger Robot
· 7 years ago
2692079
Merge "Set uid/gid/mode of files in an APEX"
by Treehugger Robot
· 7 years ago
4d3ab9b
clang-format fixes.
by Dario Freni
· 7 years ago
6d88724
Add checkstyle upload hook.
by Dario Freni
· 7 years ago
34c0fbb
Set uid/gid/mode of files in an APEX
by Jiyong Park
· 7 years ago
7c10f41
Files in APEX are correctly labeled
by Jiyong Park
· 7 years ago
bb35247
Make output consistent
by Jiyong Park
· 7 years ago
944db1b
Merge "Add apexer the tool for creating APEX files"
by Treehugger Robot
· 7 years ago
3d03146
Add .rc file for apexd.
by Martijn Coenen
· 7 years ago
e6f6b8f
Make apexd a binder daemon.
by Martijn Coenen
· 7 years ago
5a25929
Locate and mount image within an APEX package.
by Dario Freni
· 7 years ago
a0e70f2
Merge "Very first prototype of APEX Manager."
by Treehugger Robot
· 7 years ago
da6ab6e
Add apexer the tool for creating APEX files
by Jiyong Park
· 7 years ago
3ff2c65
Very first prototype of APEX Manager.
by Dario Freni
· 7 years ago
e259734
Add OWNERS to platform/system/apex.
by Dario Freni
· 7 years ago
4d029d7
Initial empty repository
by Inna Palant
· 7 years ago