forked from PeterCxy/android_device_oneplus_guacamole
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevice.mk
More file actions
29 lines (24 loc) · 755 Bytes
/
device.mk
File metadata and controls
29 lines (24 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Copyright (C) 2018-2019 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
$(call inherit-product, device/oneplus/sm8150-common/common.mk)
# Get non-open-source specific aspects
$(call inherit-product, vendor/oneplus/guacamole/guacamole-vendor.mk)
# Vendor properties
-include $(LOCAL_PATH)/vendor_props.mk
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
# Camera
PRODUCT_PACKAGES += \
vendor.lineage.camera.motor@1.0 \
vendor.lineage.camera.motor@1.0-service.oneplus_msmnile \
OnePlusCameraHelper
# Device init scripts
PRODUCT_PACKAGES += \
fstab.qcom \
init.display.guacamole.rc