summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
author Ivan Chiang <chiangi@google.com> 2021-09-16 14:02:10 +0800
committer Ivan Chiang <chiangi@google.com> 2021-09-16 14:02:10 +0800
commit6d53ba450cb966bddd4c54f58a5b840afc4aebb6 (patch)
treea9d4a9a6c8b7e8db376f5b6a8c72e54f398d3b00 /deploy.sh
parent2a17e13f7dec7bc399ad2cc380385244d9d7df50 (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-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index cc1be8e2e..5666be8b3 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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