1// 2// Copyright (C) 2020 The Android Open Source Project 3// 4// Licensed under the Apache License, Version 2.0 (the "License"); 5// you may not use this file except in compliance with the License. 6// You may obtain a copy of the License at 7// 8// http://www.apache.org/licenses/LICENSE-2.0 9// 10// Unless required by applicable law or agreed to in writing, software 11// distributed under the License is distributed on an "AS IS" BASIS, 12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13// See the License for the specific language governing permissions and 14// limitations under the License. 15// 16 17cc_library_headers { 18 name: "[email protected]_headers", 19 vendor: true, 20 export_include_dirs: ["include/ext_device_v3_6_impl"], 21} 22 23cc_library_shared { 24 name: "[email protected]", 25 defaults: ["hidl_defaults"], 26 proprietary: true, 27 vendor: true, 28 srcs: [ 29 "ExternalCameraDevice.cpp", 30 "ExternalCameraDeviceSession.cpp", 31 "ExternalCameraOfflineSession.cpp", 32 ], 33 shared_libs: [ 34 "libhidlbase", 35 "libutils", 36 "libcutils", 37 "[email protected]", 38 "[email protected]", 39 "[email protected]", 40 "[email protected]", 41 "[email protected]", 42 "[email protected]", 43 "[email protected]", 44 "[email protected]", 45 "[email protected]", 46 "[email protected]", 47 "[email protected]", 48 "[email protected]", 49 "[email protected]", 50 "liblog", 51 "libgralloctypes", 52 "libhardware", 53 "libcamera_metadata", 54 "libfmq", 55 "libsync", 56 "libyuv", 57 "libjpeg", 58 "libexif", 59 "libtinyxml2", 60 ], 61 static_libs: [ 62 "[email protected]", 63 ], 64 local_include_dirs: ["include/ext_device_v3_6_impl"], 65 export_shared_lib_headers: [ 66 "libfmq", 67 ], 68} 69