diff options
author | 2021-09-16 14:02:10 +0800 | |
---|---|---|
committer | 2021-09-16 14:02:10 +0800 | |
commit | 6d53ba450cb966bddd4c54f58a5b840afc4aebb6 (patch) | |
tree | a9d4a9a6c8b7e8db376f5b6a8c72e54f398d3b00 /deploy.sh | |
parent | 2a17e13f7dec7bc399ad2cc380385244d9d7df50 (diff) |
Add MODULE_BUILD_FROM_SOURCE=true into deploy.sh
Set MODULE_BUILD_FROM_SOURCE=true to ensure we can build the MP from
source.
Test: deploy.sh. Run with the new version
Fix: 200112313
Change-Id: Iec2d37410acecb2a96f86b1e255eab9ae411e658
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ set -e # Build both our APK and APEX combined together -./build/soong/soong_ui.bash --make-mode -j64 MediaProviderLegacy com.google.android.mediaprovider +MODULE_BUILD_FROM_SOURCE=true ./build/soong/soong_ui.bash --make-mode -j64 MediaProviderLegacy com.google.android.mediaprovider # Push our updated APEX to device, then force apexd to remount it adb shell stop |