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

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

camera: sign debug with AOSP test keys

parent 2761a5f7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -5,6 +5,16 @@ android {
    compileSdk 34
    compileOptions.encoding = 'UTF-8'

    signingConfigs {
        // These are public keys provided by AOSP, Use different passcode protected keys for production
        debug {
            storeFile file('keys/platform.jks')
            storePassword 'platform'
            keyAlias 'platform'
            keyPassword 'platform'
        }
    }

    defaultConfig {
        applicationId "foundation.e.blisslauncher"
        minSdkVersion 25
@@ -28,6 +38,7 @@ android {
        }
        debug {
            applicationIdSuffix ".debug"
            signingConfig signingConfigs.debug
        }
    }

app/keys/platform.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.