Chilun 473d709157 Implement DisplayWindowPolicyController
Implement DisplayWindowPolicyController to control the policies of the
windows that can be displayed on the virtual display.

Bug: 201712607
Test: manual
Change-Id: Ie7f947cfa79d54a86badd81c8339a09c53a87b3c
2021-12-09 17:11:17 +08:00

32 lines
798 B
Plaintext

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_base_license"],
}
filegroup {
name: "services.companion-sources",
srcs: [
"java/**/*.java",
"java/**/*.proto",
],
path: "java",
visibility: ["//frameworks/base/services"],
}
java_library_static {
name: "services.companion",
defaults: ["platform_service_defaults"],
proto: {
type: "stream",
},
srcs: [":services.companion-sources"],
libs: [
"app-compat-annotations",
"services.core",
],
}