Merge "Add option to compile all packages with \'cmd package compile\'" into nyc-dev am: 9edd36a8ba

am: 4388943472

* commit '4388943472e6c4b9463ddb37f181f3d06fdfb4a5':
  Add option to compile all packages with 'cmd package compile'
This commit is contained in:
David Brazdil
2016-03-08 15:14:46 +00:00
committed by android-build-merger
4 changed files with 51 additions and 11 deletions

View File

@@ -120,6 +120,8 @@ interface IPackageManager {
int checkUidSignatures(int uid1, int uid2);
List<String> getAllPackages();
String[] getPackagesForUid(int uid);
String getNameForUid(int uid);