feat(build): add module dependency graph generation (#4042)

This commit is contained in:
James Rich 2025-12-18 17:30:36 -06:00 committed by GitHub
parent 85435d7cb8
commit 42bc85b6fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 2204 additions and 127 deletions

View file

@ -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