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

Commit fae8125c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

camera: sign debug with AOSP test keys

parent f685f9d1
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -4,6 +4,16 @@ android {
    compileSdk 35
    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.camera"
        minSdkVersion 21
@@ -25,8 +35,11 @@ android {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
        }
    }

        debug {
            signingConfig signingConfigs.debug
        }
    }

    // needed to use android.test package (ActivityInstrumentationTestCase2 etc) when targetting sdk 28 (Android 9) -
    // see https://developer.android.com/training/testing/set-up-project

app/keys/platform.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.