File remove_android_references.patch of Package organicmaps
Index: organicmaps-2024.03.05/configure.sh
===================================================================
--- organicmaps-2024.03.05.orig/configure.sh
+++ organicmaps-2024.03.05/configure.sh
@@ -45,17 +45,6 @@ usage() {
setup_opensource() {
echo "Initializing repository with default values in Open-Source mode."
cat "$DEFAULT_PRIVATE_HEADER" > "$BASE_PATH/$PRIVATE_HEADER"
- echo 'ext {
- spropStoreFile = "debug.keystore"
- spropStorePassword = "12345678"
- spropKeyAlias = "debug"
- spropKeyPassword = "12345678"
-}
-' > "$BASE_PATH/$PRIVATE_PROPERTIES"
- echo '<?xml version="1.0" encoding="utf-8"?>
-<network-security-config/>
-' > "$BASE_PATH/$PRIVATE_NETWORK_CONFIG"
- rm -f "$BASE_PATH/$PRIVATE_GOOGLE_SERVICES"
}
# Clone the private repo and copy all of its files (except README.md) into the main repo