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

Commit 340b6133 authored by dev-12's avatar dev-12
Browse files

Merge branch '628-hardcoded-spiltlib-cleanup' into 'main'

remove useless split install lib and aidl support

Closes backlog#628

See merge request !640
parents 83a4a90d 85c7551d
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