Skip to content
Commit 12af11d6 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

pm: Require manifest.json for .dm (dex-metadata) files.

Example file:
  $> unzip CtsApkVerityTestAppPrebuilt.dm manifest.json ; cat manifest.json
  {
    "packageName": "android.appsecurity.cts.apkveritytestapp",
    "versionCode": 30
  }

Test: adb install-multiple -r foo.apk foo.dm
Test: atest FrameworksServicesTests:com.android.server.pm.dex.DexMetadataHelperTest
Bug: 179295368
Change-Id: I7a3c442bb27da5948bc9ead146c77213de6b56cc
parent cfe4cef6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment