blob: c69eb38413559eeb9630396a0d85989056907abd [file] [log] [blame]
Jeff Sharkeyacc3b582019-12-07 11:52:32 -07001
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
6adb shell stop
7adb sync
8adb shell umount /apex/com.android.mediaprovider*
9adb shell setprop ctl.restart apexd
10adb shell start