Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85c7551d authored by dev-12's avatar dev-12 Committed by dev-12
Browse files

refactor: remove useless split install lib and aidl

parent 83a4a90d
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -177,7 +177,6 @@ android {
    buildFeatures {
        buildConfig = true
        viewBinding = true
        aidl = true
    }
    compileOptions {
        sourceCompatibility = JavaVersion.VERSION_21

app/libs/splitinstall-lib.jar

deleted100644 → 0
−4.58 KiB

File deleted.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −6
Original line number Diff line number Diff line
package foundation.e.apps;

interface ISplitInstallService {

    void installSplitModule(String packageName, String moduleName);
}
 No newline at end of file