17 lines
424 B
Markdown
Executable File
17 lines
424 B
Markdown
Executable File
# proprietary_vendor_oplus_camera
|
|
|
|
Prebuilt stock oplus Camera to include in custom ROM builds.
|
|
|
|
### How to use?
|
|
|
|
1. Clone this repo to `device/oplus/camera`
|
|
|
|
2. Inherit it from `device.mk` in device tree:
|
|
|
|
```
|
|
# Camera
|
|
$(call inherit-product-if-exists, device/oplus/camera/opluscamera.mk)
|
|
```
|
|
|
|
3. Ensure that the PRODUCT_BRAND is either oneplus or oppo or realme and that it is not overriden by any of the safetynet hacks.
|