Move virtual camera service (build flag)
from base_system.mk to handheld_system.mk. Virtual camera service doesn't make sense on devices without camera server (which is defined in handheld_system.mk). Bug: 301023410 Bug: 311679099 Test: build Ignore-AOSP-First: Virtual Camera HAL target is not merged in AOSP. Change-Id: I67c18cfa7a2717cce738b17a53199fa595254068
This commit is contained in:
parent
824466b382
commit
8deb7714a2
2 changed files with 1 additions and 2 deletions
|
@ -296,8 +296,6 @@ PRODUCT_PACKAGES += \
|
|||
wifi.rc \
|
||||
wm \
|
||||
|
||||
PRODUCT_PACKAGES += $(RELEASE_PACKAGE_VIRTUAL_CAMERA)
|
||||
|
||||
# These packages are not used on Android TV
|
||||
ifneq ($(PRODUCT_IS_ATV),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -75,6 +75,7 @@ PRODUCT_PACKAGES += \
|
|||
VpnDialogs \
|
||||
vr \
|
||||
|
||||
PRODUCT_PACKAGES += $(RELEASE_PACKAGE_VIRTUAL_CAMERA)
|
||||
|
||||
PRODUCT_SYSTEM_SERVER_APPS += \
|
||||
FusedLocation \
|
||||
|
|
Loading…
Reference in a new issue