Commit 8cee8bc2 authored by Dan Ballard's avatar Dan Ballard
Browse files

fixup! fixup! [android] Modify build system

bug 42669: fenix dir missing from nimbusFml path
parent 21c61532
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ android.applicationVariants.configureEach { variant ->
    if (project.hasProperty("disableTor")) {
        disableTor = project.getProperty("disableTor")
    }
    System.setProperty("nimbusFml", "${topsrcdir}/mobile/android/tools/nimbus-fml")
    System.setProperty("nimbusFml", "${topsrcdir}/mobile/android/fenix/tools/nimbus-fml")

    println("----------------------------------------------")
    println("Variant name:      " + variant.name)