feat: add installable Lingji Android shell
This commit is contained in:
@@ -6,7 +6,17 @@ import {
|
||||
walkFiles,
|
||||
} from "./repository-files.mjs";
|
||||
|
||||
const domainRoot = path.join(repositoryRoot, "app", "src", "main", "java", "brainwave", "domain");
|
||||
const domainRoot = path.join(
|
||||
repositoryRoot,
|
||||
"app",
|
||||
"src",
|
||||
"main",
|
||||
"java",
|
||||
"net",
|
||||
"opcapp",
|
||||
"flash",
|
||||
"domain",
|
||||
);
|
||||
const forbiddenImports = [
|
||||
/^android\./u,
|
||||
/^androidx\./u,
|
||||
|
||||
Reference in New Issue
Block a user