Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_apex
/
a158e3d2d26e22c78b75ddb462ee7d79ab1f6621
a158e3d
Apexd: Copy instead of link in test
by Andreas Gampe
· 7 years ago
e1a4039
Apexd: Add initial PreInstall code
by Andreas Gampe
· 7 years ago
27adafa
Apexd: Add apexd_private.h
by Andreas Gampe
· 7 years ago
c766c0a
Apexd: Use ScopeGuard for test cleanup
by Andreas Gampe
· 7 years ago
c45bf32
Apexd: Generalize PrepareTestApexForInstall
by Andreas Gampe
· 7 years ago
7b2c876
Merge "Apexd: Ensure that packages that cannot be staged are removed"
by Treehugger Robot
· 7 years ago
d95d66f
Fix broken apexservice_test
by Jiyong Park
· 7 years ago
6802c61
Apexd: Ensure that packages that cannot be staged are removed
by Andreas Gampe
· 7 years ago
4878871
Merge "Apexd: Add build files for apexd_testdata"
by Andreas Gampe
· 7 years ago
b25ded6
Merge "Move test.apex under tests directory"
by Treehugger Robot
· 7 years ago
d36da53
Merge "End-to-end test for APEX"
by Treehugger Robot
· 7 years ago
e80a882
Merge "Add support for building zipapex files"
by Treehugger Robot
· 7 years ago
f47024d
Merge "adb shell cmd apexservice works"
by Treehugger Robot
· 7 years ago
918c4da
Don't let gtest to execute the apex file
by Jiyong Park
· 7 years ago
cc62585
Add support for building zipapex files
by Alex Light
· 7 years ago
ef3bf76
Move test.apex under tests directory
by Jiyong Park
· 7 years ago
03e46ef
End-to-end test for APEX
by Jiyong Park
· 7 years ago
9b80048
adb shell cmd apexservice works
by Jiyong Park
· 7 years ago
c2f77eb
Label apk_tmp_file to apex_data_file
by Jiyong Park
· 7 years ago
ec119ee
Merge "Add initial test infra for stage, activate, uninstall apex package."
by Treehugger Robot
· 7 years ago
3da3778
C++17 is the default now.
by Elliott Hughes
· 7 years ago
5d42dd3
Add initial test infra for stage, activate, uninstall apex package.
by Chen Zhu
· 7 years ago
4bc34e1
Apexd: Add build files for apexd_testdata
by Andreas Gampe
· 7 years ago
e3f215e
Apexd: Ensure apexservice_test runs as root
by Andreas Gampe
· 7 years ago
8e1ac68
Apexer: Print command output on error
by Andreas Gampe
· 7 years ago
6f75b37
Ensure that apex key is used by only one APEX.
by Jiyong Park
· 7 years ago
69c0f11
ApexFile and ApexManifest share the lifecycle
by Jiyong Park
· 7 years ago
0a21264
Rename manifest and image files.
by Dario Freni
· 7 years ago
0e69652
Fix AndroidManifest.xml generated by apexer.py.
by Nicholas Lativy
· 7 years ago
2efadc0
Apexd: Move away from unique_ptr
by Andreas Gampe
· 7 years ago
51c72bf
Merge "Apexd: Split out mounting from activating"
by Treehugger Robot
· 7 years ago
7db7531
Merge "Apexd: Factor out mount point paths"
by Treehugger Robot
· 7 years ago
f8b07b3
Merge "Apexd: Add pre-install and post-install hook to manifest"
by Treehugger Robot
· 7 years ago
45f6565
Merge "Apexd: Implement ApexService::getActivePackages with database"
by Treehugger Robot
· 7 years ago
3d58a0a
Merge "Remove buildspam for apexer"
by Treehugger Robot
· 7 years ago
847d759
Remove buildspam for apexer
by Jiyong Park
· 7 years ago
4d10203
Apexd: Split out mounting from activating
by Andreas Gampe
· 7 years ago
8f4bba2
Apexd: Factor out mount point paths
by Andreas Gampe
· 7 years ago
0bc545a
Apexd: Add pre-install and post-install hook to manifest
by Andreas Gampe
· 7 years ago
0fa59af
Apexd: Implement ApexService::getActivePackages with database
by Andreas Gampe
· 7 years ago
3de3e56
Apexd: Minimal database for active apexes
by Andreas Gampe
· 7 years ago
4c07ec1
Merge "Rename ApexPackageInfo to ApexInfo."
by Treehugger Robot
· 7 years ago
dded6c1
Rename ApexPackageInfo to ApexInfo.
by Dario Freni
· 7 years ago
0dd7901
Merge "Apexd: Curb stat error spam"
by Treehugger Robot
· 7 years ago
1ce514f
Merge "AndroidManifest for APEX has hasCode="false""
by Treehugger Robot
· 7 years ago
7f438db
Merge "Apexd: Fix typo in tests"
by Treehugger Robot
· 7 years ago
269d835
Merge "Surfaceflinger in the test APEX can be started"
by Treehugger Robot
· 7 years ago
a716392
Apexd: Curb stat error spam
by Andreas Gampe
· 7 years ago
74a8956
Apexd: Fix typo in tests
by Andreas Gampe
· 7 years ago
a4fe113
Apexd: Add missed cmd exposure of deactivatePackage
by Andreas Gampe
· 7 years ago
fde9e35
Rename PackageInfo parcelable to ApexPackageInfo.
by Dario Freni
· 7 years ago
bb615ac
Surfaceflinger in the test APEX can be started
by Jiyong Park
· 7 years ago
5fbeac1
AndroidManifest for APEX has hasCode="false"
by Jiyong Park
· 7 years ago
51a416a
Merge "Apexd: Change apexservice_test setup code"
by Treehugger Robot
· 7 years ago
43de279
Merge "Apexd: Factor out opening file+manifest"
by Treehugger Robot
· 7 years ago
2f097cf
Apexd: Change apexservice_test setup code
by Andreas Gampe
· 7 years ago
2c376bf
Apexd: Factor out opening file+manifest
by Andreas Gampe
· 7 years ago
5ec47c5
Apexd: Add logcat logging to apexservice_test
by Andreas Gampe
· 7 years ago
602ef78
Apexd: Hide binder service details from main
by Andreas Gampe
· 7 years ago
a3ab9a7
Merge "System APEXes are not mounted using dm-verity"
by Treehugger Robot
· 7 years ago
6057214
Merge "Flattened APEXes are activated"
by Treehugger Robot
· 7 years ago
46e0118
Merge "core-all to core-oj for the apex.test example"
by Treehugger Robot
· 7 years ago
64bc5c9
Merge "Change the name of the test apex"
by Treehugger Robot
· 7 years ago
9eb6666
System APEXes are not mounted using dm-verity
by Jiyong Park
· 7 years ago
d02c88c
Flattened APEXes are activated
by Jiyong Park
· 7 years ago
11bfae2
core-all to core-oj for the apex.test example
by Jiyong Park
· 7 years ago
f048ef4
Change the name of the test apex
by Jiyong Park
· 7 years ago
2cd1456
Move file_contexts to under /system/sepolicy
by Jiyong Park
· 7 years ago
0767709
Merge "APEXes are mounted without NOSUID"
by Treehugger Robot
· 7 years ago
d97a2d0
APEXes are mounted without NOSUID
by Jiyong Park
· 7 years ago
5f7298b
Apexd: Disable selinux for apexservice_test
by Andreas Gampe
· 7 years ago
1b6fa37
Apexd: Temporarily disable selinux test
by Andreas Gampe
· 7 years ago
35e8093
Apexd: Add apexservice test
by Andreas Gampe
· 7 years ago
9eed6f4
Merge "Apexd: Add deactivatePackage"
by Andreas Gampe
· 7 years ago
6054819
Merge changes I05d43fac,I49cb6a9c
by Treehugger Robot
· 7 years ago
543c131
Merge "add init.rc for the test APEX"
by Treehugger Robot
· 7 years ago
d6c3df8
Apexd: Add deactivatePackage
by Andreas Gampe
· 7 years ago
5f8683c
Apexd: Fix unmountAll
by Andreas Gampe
· 7 years ago
9fe992c
Apexd: Move from symlink to bind mount
by Andreas Gampe
· 7 years ago
ead604a
add init.rc for the test APEX
by Jiyong Park
· 7 years ago
bc400ae
Configure read-ahead of dm-verity devices.
by Martijn Coenen
· 7 years ago
16cbb56
Rename installPackage aidl method to stagePackage.
by Dario Freni
· 7 years ago
88b859b
Clang-format fixes.
by Dario Freni
· 7 years ago
af27504
Rename mountPackage to activatePackage.
by Dario Freni
· 7 years ago
9297a7d
Merge "Add getActivePackages binder method."
by Treehugger Robot
· 7 years ago
ea7abd3
Merge "Use group system for apexd service."
by Treehugger Robot
· 7 years ago
8e88b68
Add getActivePackages binder method.
by Dario Freni
· 7 years ago
41d0985
Merge "Small fix in APEX test's file_contexts file."
by Roland Levillain
· 7 years ago
45ee4f5
Use group system for apexd service.
by Dario Freni
· 7 years ago
ab47ee4
Merge "Reland "ld.config.txt for APEX""
by Jiyong Park
· 7 years ago
b40383f
Small fix in APEX test's file_contexts file.
by Roland Levillain
· 7 years ago
50c6e4c
Apexd: Change verifyApexVerity to use StatusOr
by Andreas Gampe
· 7 years ago
adf4d37
Merge "apexd exports its status via sysprop"
by Jiyong Park
· 7 years ago
2c7c728
apexd exports its status via sysprop
by Jiyong Park
· 7 years ago
a4fb793
Merge "Attempt at adding clang-format presubmit hook."
by Treehugger Robot
· 7 years ago
3ab4c85
Attempt at adding clang-format presubmit hook.
by Dario Freni
· 7 years ago
89e8fdc
Reland "ld.config.txt for APEX"
by Jiyong Park
· 7 years ago
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
Next »