Jeff Sharkey | acc3b58 | 2019-12-07 11:52:32 -0700 | [diff] [blame] | 1 | |
2 | # Build both our APK and APEX combined together | ||||
3 | ./build/soong/soong_ui.bash --make-mode -j64 MediaProviderLegacy com.google.android.mediaprovider | ||||
4 | |||||
5 | # Push our updated APEX to device, then force apexd to remount it | ||||
6 | adb shell stop | ||||
7 | adb sync | ||||
8 | adb shell umount /apex/com.android.mediaprovider* | ||||
9 | adb shell setprop ctl.restart apexd | ||||
10 | adb shell start |