mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(build): add module dependency graph generation (#4042)
This commit is contained in:
parent
85435d7cb8
commit
42bc85b6fc
48 changed files with 2204 additions and 127 deletions
|
|
@ -14,25 +14,10 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import com.geeksville.mesh.buildlogic.FlavorDimension
|
||||
import com.geeksville.mesh.buildlogic.MeshtasticFlavor
|
||||
|
||||
/*
|
||||
* Copyright (c) 2025 Meshtastic LLC
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import com.android.build.api.dsl.ApplicationExtension
|
||||
import org.meshtastic.buildlogic.FlavorDimension
|
||||
import org.meshtastic.buildlogic.MeshtasticFlavor
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.meshtastic.android.application)
|
||||
|
|
@ -42,7 +27,7 @@ plugins {
|
|||
alias(libs.plugins.kover)
|
||||
}
|
||||
|
||||
android {
|
||||
configure<ApplicationExtension> {
|
||||
namespace = "com.meshtastic.android.meshserviceexample"
|
||||
defaultConfig {
|
||||
// Force this app to use the Google variant of any modules it's using that apply AndroidLibraryConventionPlugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue