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

Commit 4aae1596 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic "revert-odi-platform" into main

* changes:
  Revert module related chanages in platform folder
  Fork code changes into platform/ and module/ folders
parents 4871f3e0 77adc203
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
@@ -19,10 +19,21 @@ package {
filegroup {
    name: "framework-ondeviceintelligence-sources",
    srcs: [
        "java/**/*.aidl",
        "java/**/*.java",
        "module/java/**/*.aidl",
        "module/java/**/*.java",
    ],
    visibility: [
        "//frameworks/base:__subpackages__",
        "//packages/modules/NeuralNetworks:__subpackages__",
    ],
}

filegroup {
    name: "framework-ondeviceintelligence-sources-platform",
    srcs: [
        "platform/java/**/*.aidl",
        "platform/java/**/*.java",
    ],
    path: "java",
    visibility: [
        "//frameworks/base:__subpackages__",
        "//packages/modules/NeuralNetworks:__subpackages__",
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading