blob: f45ec995d666492f22516029414a81b8951b30d2 [file]
//
// Copyright (C) 2026 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package {
default_applicable_licenses: ["frameworks_base_packages_SystemUI_license"],
default_visibility: [":__subpackages__"],
}
java_library {
name: "com.android.systemui.dump_api",
defaults: ["sysui_api"],
libs: [
"com.android.systemui.log-api",
"com.android.systemui.log.table-api",
"SystemUILogLib",
],
}
java_library {
name: "com.android.systemui.dump_main",
defaults: ["sysui_main"],
static_libs: [
"com.android.systemui.dump_api",
"SystemUILogLib",
"SystemUISharedLib",
],
visibility: [
"//vendor:__subpackages__",
],
}
java_library {
name: "com.android.systemui.dump_dagger",
defaults: ["sysui_dagger"],
static_libs: [
"com.android.systemui.dump_main",
],
visibility: [
// Unlike most pods, this module is directly included into GlobalModule
"//frameworks/base/packages/SystemUI",
],
}
java_library {
name: "com.android.systemui.dump_testlib",
defaults: ["sysui_testlib"],
static_libs: [
"com.android.systemui.dump_api",
"com.android.systemui.dump_main",
],
}
filegroup {
name: "com.android.systemui.dump_fixtureFiles",
defaults: ["sysui_fixtureFiles"],
}