Add OPLUS Camera support
[pjgowtham] : Add missing classes for oneplus 12 camera app Co-authored-by: cjh1249131356 <cjh1249131356@gmail.com> Co-authored-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
11
init/Android.bp
Normal file
11
init/Android.bp
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) 2024 The Nameless-AOSP Project
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
prebuilt_etc {
|
||||
name: "init.oplus.camera.rc",
|
||||
src: "init.oplus.camera.rc",
|
||||
sub_dir: "init",
|
||||
device_specific: true,
|
||||
}
|
||||
9
init/init.oplus.camera.rc
Normal file
9
init/init.oplus.camera.rc
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2024 The Nameless-AOSP Project
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
on boot
|
||||
# OIS
|
||||
chown cameraserver cameraserver /sys/kernel/ois_control/dump_registers
|
||||
Reference in New Issue
Block a user