summaryrefslogtreecommitdiff
path: root/cmds/idmap2/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "idmap2: Remove more redundant "using" statements" am: ee8e50ac1f am: a...Yi Kong2022-02-232-3/+0
|\
| * idmap2: Remove more redundant "using" statementsYi Kong2022-02-202-3/+0
* | idmap2: fix clang-format warningsMårten Kongstad2022-02-141-4/+4
|/
* Rename ProcResult stdout and stderr fieldsColin Cross2021-08-171-22/+22
* Merge changes I6da18cdb,I9de6ba64,I1af88c6d,I154783ff into sc-devRyan Mitchell2021-06-033-5/+6
|\
| * idmap2: fix cpplint warningsMårten Kongstad2021-06-023-5/+6
* | Disable incremental hardening on own resourcesRyan Mitchell2021-05-271-1/+1
|/
* Add fabricated RRO generation to libidmap2Ryan Mitchell2021-02-0910-260/+389
* Fail idmap parsing earlier if version differsRyan Mitchell2021-01-131-16/+24
* Read manifest values using resource id in idmap2Ryan Mitchell2021-01-084-1/+64
* Accept --overlay-name flag in idmap2Ryan Mitchell2021-01-0636-672/+444
* Remove idmap path 256 length limitRyan Mitchell2021-01-063-138/+92
* Merge changes I1d3e5e66,I86b869af,Iab4d3902,I645ee722 am: 72864d2930 am: 9685...Treehugger Robot2020-10-198-182/+254
|\
| * Remove malloc/free for inline overlay valuesRyan Mitchell2020-10-148-182/+254
| * OMS: Add config_signature policy handlingZoran Jovanovic2020-10-1417-26/+44
| * Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li2020-08-3132-611/+1253
| |\
* | \ Merge "Prefer `= delete` in place of DISALLOW_COPY_AND_ASSIGN." am: 73c4e18d8...Treehugger Robot2020-08-241-1/+2
|\ \ \
| * | | Merge "Prefer `= delete` in place of DISALLOW_COPY_AND_ASSIGN." am: 73c4e18d8...Treehugger Robot2020-08-241-1/+2
| |\| | | | |/ | |/|
| | * Prefer `= delete` in place of DISALLOW_COPY_AND_ASSIGN.Stephen Hines2020-08-221-1/+2
| | * Fix idmap2 uninitialized variablesRyan Mitchell2020-03-241-1/+0
| | * Fix android-cloexec-pipe clang-tidy warningYi Kong2019-08-231-1/+2
* | | OMS: Add config_signature policy handlingZoran Jovanovic2020-07-2817-25/+43
* | | idmap2: remove the 'scan' commandMårten Kongstad2020-07-202-182/+0
* | | idmap2: fix cpplint warningsMårten Kongstad2020-06-102-18/+20
|/ /
* | Add policies and enforce overlayable to headerRyan Mitchell2020-06-014-60/+112
* | Actor signature overlayable policyWinson2020-02-2611-30/+79
* | Refactor overlayable policyWinson2020-02-268-171/+347
* | Fix resourcesMap to work with shared librariesRyan Mitchell2020-02-064-2/+47
* | idmap2: add debug information to idmap file formatMårten Kongstad2019-12-194-56/+80
* | Allow for RRO internal referencingRyan Mitchell2019-10-174-8/+51
* | Idmap format changes for bidirectional lookupRyan Mitchell2019-10-176-586/+326
* | Parse <overlay> and abstract resource mappingRyan Mitchell2019-10-0416-20/+423
* | Improve idmap2 xml parsingRyan Mitchell2019-10-045-76/+185
* | Revert "Improve idmap2 xml parsing"Ryan Mitchell2019-10-025-185/+76
* | Improve idmap2 xml parsingRyan Mitchell2019-10-015-76/+185
* | idmap2: use 'override' where possibleMårten Kongstad2019-09-031-2/+2
* | Fix android-cloexec-pipe clang-tidy warningYi Kong2019-08-151-1/+2
|/
* Add odm and oem policiesRyan Mitchell2019-04-1711-49/+105
* Do not fail idmap scan if one idmap fails to generateRyan Mitchell2019-04-153-1/+21
* Run idmap2 static-checks and fix formatting issuesRyan Mitchell2019-04-1514-61/+34
* Merge "idmap2: move Idmap.h to Result"TreeHugger Robot2019-03-215-64/+57
|\
| * idmap2: move Idmap.h to ResultMårten Kongstad2019-03-205-64/+57
* | Merge "OMS: stabilize unit tests"TreeHugger Robot2019-03-214-0/+4
|\ \ | |/ |/|
| * OMS: stabilize unit testsMårten Kongstad2019-03-194-0/+4
* | idmap2: move commands to Result<Unit>Mårten Kongstad2019-03-192-35/+27
|/
* Revert "Revert "Enforce a default policy on packages without <overlayable>""Ryan Mitchell2019-03-073-157/+119
* Revert "Enforce a default policy on packages without <overlayable>"Ryan Mitchell2019-03-073-119/+157
* Enforce a default policy on packages without <overlayable>Ryan Mitchell2019-03-073-157/+119
* idmap2: switch to improved Result classMårten Kongstad2019-02-274-98/+92
* idmap2: add signature policyWinson2019-02-1519-54/+209