SystemUpdater: allow to access removable storage
am: 63c2fc65e4

Change-Id: Iab6ff21729061c44db6cf7446c97c05452d8329e
diff --git a/Android.mk b/Android.mk
index 160c703..a5fce36 100644
--- a/Android.mk
+++ b/Android.mk
@@ -40,8 +40,8 @@
 # Don't copy-paste the use of androidx.car_car
 
 LOCAL_STATIC_ANDROID_LIBRARIES := \
-    androidx.appcompat_appcompat \
     androidx.car_car \
-    androidx.legacy_legacy-support-v4
+    androidx.legacy_legacy-support-v4 \
+    androidx.appcompat_appcompat
 
 include $(BUILD_PACKAGE)
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index 38f9800..442041c 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -5,3 +5,4 @@
 [Builtin Hooks]
 commit_msg_changeid_field = true
 commit_msg_test_field = true
+