Backed out changeset f74a557cdb43 (bug 1951190) for causing btime failures. CLOSED TREE

This commit is contained in:
pstanciu
2025-03-14 12:52:28 +02:00
parent 302f7bac2c
commit 4d231c0ba8
18 changed files with 30 additions and 35 deletions

View File

@@ -7,6 +7,10 @@ plugins {
alias(libs.plugins.kotlin.compose)
}
if (findProject(":geckoview") != null) {
buildDir "${topobjdir}/gradle/build/mobile/android/samples-browser"
}
apply plugin: 'com.android.application'
android {