Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33a414c7 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Updater: Use AOSP platform for debug

parent fca7fecf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,5 +9,4 @@
/keystore.properties
.externalNativeBuild
.cxx
*.jks
local.properties
+3 −4
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ buildscript {
    }
}

val keystorePropertiesFile = rootProject.file("keystore.properties")
val keystorePropertiesFile = rootProject.file("platform.keystore")
val keystoreProperties = Properties().apply {
    if (keystorePropertiesFile.exists()) {
        load(keystorePropertiesFile.inputStream())
@@ -57,8 +57,7 @@ android {
            )
        }
        getByName("debug") {
            // Append .dev to package name so we won't conflict with AOSP build.
            applicationIdSuffix = ".dev"
            signingConfig = signingConfigs.getByName("debug")
        }
    }

@@ -76,7 +75,7 @@ android {
    }

    signingConfigs {
        create("release") {
        getByName("debug") {
            (keystoreProperties["keyAlias"] as String?)?.let {
                keyAlias = it
            }

keystore/platform.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.

platform.keystore

0 → 100644
+4 −0
Original line number Diff line number Diff line
keyAlias=platform
keyPassword=platform
storeFile=../keystore/platform.jks
storePassword=platform