blob: 9dbeacba94f05afab6b00f242639b03ccb0dab1e [file] [log] [blame]
Jiwen 'Steve' Cai64177e82017-05-08 17:07:52 -07001// Copyright (C) 2017 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15
Bob Badour3306e492021-02-25 15:35:37 -080016package {
17 // See: http://go/android-license-faq
18 // A large-scale-change added 'default_applicable_licenses' to import
19 // all of the 'license_kinds' from "frameworks_native_license"
20 // to get the below license kinds:
21 // SPDX-license-identifier-Apache-2.0
22 default_applicable_licenses: ["frameworks_native_license"],
23}
24
Jiwen 'Steve' Cai64177e82017-05-08 17:07:52 -070025cc_library_headers {
26 name: "libdvr_headers",
Jiwen 'Steve' Cai64177e82017-05-08 17:07:52 -070027 export_include_dirs: ["include"],
Jiyong Parka75d3d62018-04-09 12:16:30 +090028 vendor_available: true,
Jooyung Han2cf94042020-06-05 17:30:54 +090029 apex_available: [
30 "//apex_available:platform",
31 "com.android.media",
32 "com.android.media.swcodec",
33 ],
34 min_sdk_version: "29",
Jiwen 'Steve' Cai64177e82017-05-08 17:07:52 -070035}