Files
hardware_interfaces/thermal/2.0/default/Android.bp
Miranda Kephart 33251ba579 Revert "Create thermal apex"
Revert "Add com.android.hardware.thermal apex"

Revert submission 1899633-206470435

Reason for revert: broken build, b/209031120 (suspected; testing)
Reverted Changes:
I04f36bdb6:Create thermal apex
Ifc394ba17:Add com.android.hardware.thermal apex

Change-Id: I1f554fdff91f3a954d142e8494549937074a5ef9
2021-12-03 19:15:48 +00:00

44 lines
1.4 KiB
Plaintext

//
// Copyright (C) 2018 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 {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
cc_binary {
name: "android.hardware.thermal@2.0-service.mock",
defaults: ["hidl_defaults"],
relative_install_path: "hw",
vendor: true,
init_rc: ["android.hardware.thermal@2.0-service.rc"],
vintf_fragments: ["android.hardware.thermal@2.0-service.xml"],
srcs: [
"Thermal.cpp",
"service.cpp"
],
shared_libs: [
"libbase",
"libhidlbase",
"libutils",
"android.hardware.thermal@2.0",
"android.hardware.thermal@1.0",
],
}