diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2020-09-28 12:51:00 +0100 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2020-12-08 16:56:05 +0100 |
| commit | e8995a7bc4665f9a8cb5a547b0d330f39175f4f9 (patch) | |
| tree | e14b71494995f1cf6a956f3ad89ecbb59f93b35e | |
| parent | dfe920b770f237c8fd9e96d350b8177a39b40f1b (diff) | |
m8-common: camera: Make HTC libcamera_client compile in Rr11.0
Change-Id: Idea2e99a3082db81eb28edcee095abd87763c64b
| -rw-r--r-- | camera/Android.bp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camera/Android.bp b/camera/Android.bp index 688d06e..1ecac52 100644 --- a/camera/Android.bp +++ b/camera/Android.bp @@ -1,3 +1,18 @@ +// Copyright 2010 The Android Open Source Project +// 2017-2020 The LineageOS 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. + cc_library_shared { name: "libcamera_client_htc", @@ -23,6 +38,7 @@ cc_library_shared { "CameraParameters2.cpp", "CaptureResult.cpp", "camera2/CaptureRequest.cpp", + "camera2/ConcurrentCamera.cpp", "camera2/OutputConfiguration.cpp", "camera2/SessionConfiguration.cpp", "camera2/SubmitInfo.cpp", |
