summaryrefslogtreecommitdiffstats
path: root/cmds/installd/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix validation of system paths in installd.Calin Juravle2014-08-221-0/+34
| | | | | | | | | | | | System apps are now installed under their own directory (system_app_dir/app_dir/app.apk). The new path doesn't pass installd validation because of obsolete checks which verify that the path does not contain subdirectories past the system_app_dir. The CL fixes the validation to accept at most on subdirectory. Bug: 17109858 Change-Id: I13abb52c0016610ff436f6a26bb6b3b85dc4dfb0
* Allow apk path to contain one subdirectory.Calin Juravle2014-08-201-6/+18
| | | | | | | | In the current directory layout this prevented rm_dex and move_dex commands to validate the apk path and thus cleaning up resources. Bug: 16888084 Change-Id: Iba579d075a9c6d7de047e7ffef95441498257086
* Correcting include path in installd test project's Android.mkRamin Zaghi2014-02-281-1/+1
| | | | | | | | installd project has moved from frameworks/base to frameworks/native and so its test project's c_include path defined in Android.mk has to match the change. Change-Id: I597125ff659f51edbd9fc95371790e2d567c78be
* Change legacy "persona" references to userid_t.Jeff Sharkey2013-07-151-2/+2
| | | | | | Offers stronger typing with no functional change. Change-Id: I09f0262470feec5cfdf26658f998c20550af84d4
* Move non-Java commands over from frameworks/baseMike Lockwood2012-10-242-0/+468
Change-Id: I0571813c1cfcf66abd36eb9f178fc49b618e88a6 Signed-off-by: Mike Lockwood <lockwood@google.com>