Skip to content

Commit

Permalink
Change aidl out dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Dec 16, 2024
1 parent ff2b378 commit 3b0dd9d
Show file tree
Hide file tree
Showing 53 changed files with 17 additions and 22,772 deletions.
10 changes: 9 additions & 1 deletion android/android_framework/base/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
import tornaco.project.android.thanox.Configs
import tornaco.project.android.thanox.addAidlTask
import tornaco.project.android.thanox.aidlBuildDir
import java.util.Date
import java.util.UUID

plugins {
alias(libs.plugins.kotlin.jvm)
alias(libs.plugins.gmazzo.buildconfig)
}

sourceSets {
named("main") {
java {
setSrcDirs(srcDirs + aidlBuildDir())
}
}
}

dependencies {
// Framework
compileOnly(files("../../android_sdk/30/android-30.jar"))
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3b0dd9d

Please sign in to comment.