universal7885: camera.provider: Rebrand to exynos7885

* Also, use our hidden cam number (50)

Change-Id: I4d7a11b32c260d32dcd9427a98ac4c6ef94c1e03
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-02-18 16:14:48 +09:00
commit 18f76093fa
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 5 additions and 27 deletions

View file

@ -26,10 +26,7 @@ using ::android::OK;
const int kMaxCameraIdLen = 16;
SamsungCameraProvider::SamsungCameraProvider() : LegacyCameraProviderImpl_2_5() {
#ifndef EXYNOS9820_MODEL_beyond0lte
// ID=52 is telephoto
mExtraIDs.push_back(52);
#endif
mExtraIDs.push_back(50);
if (!mInitFailed) {
for (int i : mExtraIDs) {