forked from LineageOS/android_device_google_zumapro
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathextras.mk
More file actions
26 lines (20 loc) · 808 Bytes
/
Copy pathextras.mk
File metadata and controls
26 lines (20 loc) · 808 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
# Silence errors/warnings
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := false
BUILD_BROKEN_DUP_RULES := true
## Definitions
# DeviceAsWebcam
TARGET_BUILD_DEVICE_AS_WEBCAM := true
## Include extras
# PixelParts
$(call inherit-product-if-exists, packages/apps/PixelParts/device.mk)
# Google Face Unlock
$(call inherit-product-if-exists, vendor/google/faceunlock/config.mk)
# Google Pixel Camera
$(call inherit-product-if-exists, vendor/google/camera/config.mk)
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
# BCR (Basic Call Recorder)
$(call inherit-product-if-exists, vendor/bcr/bcr.mk)
# ViPER4AndroidFX
$(call inherit-product-if-exists, packages/apps/ViPER4AndroidFX/config.mk)
$(call inherit-product, hardware/interfaces/audio/aidl/default/audio_effects.mk)