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

Commit ab87400b authored by Kevin's avatar Kevin
Browse files

Fix Launcher3 gradle issue with src_plugins.

src_plugins was not being pulled in as a source preventing building
any launcher variant APK from the IDE.  This fixes that.

Test: Build APK for all variants w/ other fixes included
Change-Id: Ifc23d15492de0ac9dad37fda621958eb64046b0e
parent eea6ab9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ android {
    sourceSets {
        main {
            res.srcDirs = ['res']
            java.srcDirs = ['src']
            java.srcDirs = ['src', 'src_plugins']
            manifest.srcFile 'AndroidManifest-common.xml'
            proto {
                srcDir 'protos/'