summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2017-12-11 18:26:13 -0800
committerCalin Juravle <calin@google.com>2018-01-17 12:15:48 -0800
commit3fc56c30000d9b88c2145d4297a97ec5061d60d1 (patch)
treec9f6e2ec1326356975521d147818c1a1ddf02450 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parentc9cbc3e5fcb1c3b9683c617df0c3b645d6516b02 (diff)
Support installation of DexMetadata files (.dm)
Add support in the package installer to install dex metadata files alongside the application apks (base or splits). During installation or update the dex metadata files will need to have a matching apk file. The matching is done by checking the file extension (e.g. base.apk -> base.dm, split_a.apk -> split.dm). On disk, the metadata files are placed next to the apks. The .dm files will be used during install-time optimizations and passed verbatim to dex2oat. Test: adb shell am instrument -w \ 1) adb shell am instrument -w \ -e class android.content.pm.DexMetadataHelperTest com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner 2) adb install-multiple CtsClassloaderSplitApp.apk CtsClassloaderSplitApp.dm CtsClassloaderSplitAppFeatureA.apk CtsClassloaderSplitAppFeatureA.dm CtsClassloaderSplitAppFeatureB.apk 3) gts-tradefed -m GtsAndroidRuntimeManagerHostTestCases Bug: 30934496 Change-Id: I86f0a8307705ff3d6a5a85c2fcaae085dd62d4af
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions