Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_base
/
df080e09b4cfa1b8191ec9a733f3363702970aee
/
cmds
/
idmap2
/
idmap2d
b887f68
Use binder-based iterator to retrieve FRROs
by Ryan Mitchell
· 4 years, 9 months ago
1195a6b
idmap2: fix cpplint warnings
by Mårten Kongstad
· 5 years ago
99ae898
OMS: include idmap data in dump
by Mårten Kongstad
· 5 years ago
a384fb7
idmap2: create in-memory FRRO before creating file
by Mårten Kongstad
· 5 years ago
ed4e70f
resolve merge conflicts of 2028343503da83876907ff877448bb1bf0236c97 to sc-dev
by Jooyung Han
· 5 years ago
274b7bb
Make OverlayablePolicy as enum type
by Jooyung Han
· 5 years ago
b49cb5e
Always delete old idmap in createIdmap
by Ryan Mitchell
· 5 years ago
6a2ca78
OverlayManager Fabricated RROs
by Ryan Mitchell
· 5 years ago
2ed8bfa
Add fabricated RRO generation to libidmap2
by Ryan Mitchell
· 5 years ago
30dc2e0
Accept --overlay-name flag in idmap2
by Ryan Mitchell
· 5 years ago
0699f1d
Remove idmap path 256 length limit
by Ryan Mitchell
· 5 years ago
db21f09a
Revert^2 "libandroidfw hardening for IncFs"
by Ryan Mitchell
· 5 years ago
55ef616
Revert "libandroidfw hardening for IncFs"
by Ryan Mitchell
· 5 years ago
c75c2e0
libandroidfw hardening for IncFs
by Ryan Mitchell
· 6 years ago
1673d15
Merge changes I1d3e5e66,I86b869af,Iab4d3902,I645ee722 am: 72864d2930 am: 968582e45f am: cb2ebfc692 am: c59b81c978
by Treehugger Robot
· 5 years ago
bf1f45b
Remove malloc/free for inline overlay values
by Ryan Mitchell
· 6 years ago
0f942f9
OMS: Add config_signature policy handling
by Zoran Jovanovic
· 6 years ago
628590d
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
by Xin Li
· 6 years ago
6ae4c04
Merge "Switch aidl::nullable to std::optional" into rvc-dev-plus-aosp am: ce3fd2b509 am: 668e478fda am: 4f1dc6586e
by Jooyung Han
· 6 years ago
16bac85
Switch aidl::nullable to std::optional
by Jooyung Han
· 6 years ago
9336d9e
OMS: Add config_signature policy handling
by Zoran Jovanovic
· 6 years ago
a7bf102
Merge "idmap2: Set aidl_return to true on success" into rvc-dev am: 6700d5e48c am: 8f8122eed5 am: b0f11fa2cc am: 79013fbe59
by TreeHugger Robot
· 6 years ago
8f8122e
Merge "idmap2: Set aidl_return to true on success" into rvc-dev am: 6700d5e48c
by TreeHugger Robot
· 6 years ago
c4799eb
idmap2: fix cpplint warnings
by Mårten Kongstad
· 6 years ago
038a284
idmap2: Set aidl_return to true on success
by Ryan Mitchell
· 6 years ago
22cf8d5
Merge "Add policies and enforce overlayable to header" into rvc-dev am: 2201f8b626 am: 64d0e6f31b am: e2426c48bd
by Ryan Mitchell
· 6 years ago
1b4cda2
Merge "Add policies and enforce overlayable to header" into rvc-dev am: 2201f8b626
by Ryan Mitchell
· 6 years ago
a707013
Add policies and enforce overlayable to header
by Ryan Mitchell
· 6 years ago
04fa9c9
Merge "Reduce OMS start time" into rvc-dev am: 84a84ac62a
by Ryan Mitchell
· 6 years ago
7d53f19
Reduce OMS start time
by Ryan Mitchell
· 6 years ago
cca1593
Merge changes from topic "invalidate_idmap" into rvc-dev am: 6cb79cdfb7
by Ryan Mitchell
· 6 years ago
a909305
Invalidate idmap when target updates
by Ryan Mitchell
· 6 years ago
bb99b2a
Merge "Consider target path when verifyIdmap." into rvc-dev am: fa0f02a91c
by Ryan Mitchell
· 6 years ago
a3a6813
Consider target path when verifyIdmap.
by hg.choi
· 6 years ago
66c567a
Use aidl::nullable for nullable type in C++
by Jooyung Han
· 6 years ago
c85cc13
Use aidl::nullable for nullable type in C++
by Jooyung Han
· 6 years ago
aa7d5dd
Revert "Use aidl::nullable for nullable type in C++"
by Jooyung Han
· 6 years ago
4b1d288
Use aidl::nullable for nullable type in C++
by Jooyung Han
· 6 years ago
832fe4a
Merge changes from topic "actor-signature-policy-rvc-dev" into rvc-dev am: b0c5105b2d
by Automerger Merge Worker
· 6 years ago
f452968
Use optional for nullable types
by Jooyung Han
· 6 years ago
f56ade3
Actor signature overlayable policy
by Winson
· 6 years ago
62ac8b5
Refactor overlayable policy
by Winson
· 6 years ago
605e39f
Use optional for nullable types
by Jooyung Han
· 6 years ago
9e4f52b
Parse <overlay> and abstract resource mapping
by Ryan Mitchell
· 7 years ago
cb85d9c
idmap2: use 'override' where possible
by Mårten Kongstad
· 7 years ago
939df09
Add odm and oem policies
by Ryan Mitchell
· 7 years ago
52e1f7a
Run idmap2 static-checks and fix formatting issues
by Ryan Mitchell
· 7 years ago
ce42490
idmap2: move Idmap.h to Result
by Mårten Kongstad
· 7 years ago
0c6ff1d
idmap2: move commands to Result<Unit>
by Mårten Kongstad
· 7 years ago
49d835d
idmap2: switch to improved Result class
by Mårten Kongstad
· 7 years ago
b410020
idmap2: add signature policy
by Winson
· 7 years ago
4cbb007
idmap2: add systrace logs
by Mårten Kongstad
· 7 years ago
1da49dc
idmap2: lock down write access to /data/resouce-cache
by Mårten Kongstad
· 7 years ago
d10d06d
Add enforcement of idmap policies
by Mårten Kongstad
· 7 years ago
0eba72a
idmap2: fix clang-tidy warnings [modernize-*]
by Mårten Kongstad
· 7 years ago
b877902
idmap2: fix clang-tidy warnings [readability-*]
by Mårten Kongstad
· 7 years ago
ef0695d
OMS: extract verifyIdmap from createIdmap
by Mårten Kongstad
· 7 years ago
b87b5072
Switch to idmap2
by Mårten Kongstad
· 8 years ago
0275123
idmap2: initial code drop
by Mårten Kongstad
· 8 years ago