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

Commit c8b00c8a authored by sandeepbandaru's avatar sandeepbandaru Committed by Sandeep Bandaru
Browse files

Move ondeviceintelligence files to packages/NeuralNetworks

This change moves all ondeviceintelligence changes to the intermediate
folder under packages/NeuralNetworks.

The filegroup from here is utilized in packages/modules/NeuralNetwork
to conditionally add this jar to the neuralnetworks APEX or platform
based on the build flag value.

Flag: build.release_ondevice_intelligence_module
Bug: 376427781
Change-Id: I80fa114e6239f595e80d484e41865fd5a77462ae
parent 2dec43c2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
# Bug component: 1363385

sandeepbandaru@google.com
shivanker@google.com
hackz@google.com
volnov@google.com
+0 −17
Original line number Diff line number Diff line
package: "android.app.ondeviceintelligence.flags"
container: "system"

flag {
    name: "enable_on_device_intelligence"
    is_exported: true
    namespace: "ondeviceintelligence"
    description: "Make methods on OnDeviceIntelligenceManager available for local inference."
    bug: "304755128"
}
flag {
    name: "enable_on_device_intelligence_module"
    is_exported: true
    namespace: "ondeviceintelligence"
    description: "Enable migration to mainline module and related changes."
    bug: "376427781"
}
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
file:/core/java/android/app/ondeviceintelligence/OWNERS
Loading