Skip to content

Commit

Permalink
vendor-freeze: Move few commonsys-intf/display libs to commonsys/display
Browse files Browse the repository at this point in the history
Moved libdisplayconfig.qti, libqdMetadata, and libgralloc.qti from
vendor/qcom/opensource/commonsys-intf/display to
vendor/qcom/opensource/commonsys/display to install in system_ext

Change-Id: I59dd04f09184947f72ad9823a2e9e8c5e9c5422c
LNXDISPLAY-1552: REQ002
CRs-Fixed: 2972776
  • Loading branch information
Gurkaran Singh authored and Gerrit - the friendly Code Review server committed Jul 6, 2021
1 parent f556c7c commit 7edc05e
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 4,104 deletions.
19 changes: 1 addition & 18 deletions config/display-product-system.mk
Original file line number Diff line number Diff line change
@@ -1,34 +1,17 @@
PRODUCT_PACKAGES += libdisplayconfig \
libqdMetaData \
libqdMetaData.system \
libgralloc.qti \
libdrm \
vendor.display.config@1.0 \
PRODUCT_PACKAGES += vendor.display.config@1.0 \
vendor.display.config@1.1 \
vendor.display.config@1.2 \
vendor.display.config@1.3 \
vendor.display.config@1.4 \
vendor.display.config@1.5 \
libsmomo.qti \
liblayerext.qti \
libsmomoconfig.qti \
libcomposerextn.qti \
libdisplayconfig.qti \
vendor.qti.hardware.display.config-V1-ndk_platform \
vendor.qti.hardware.display.config-V2-ndk_platform \
vendor.qti.hardware.display.config-V3-ndk_platform \
vendor.qti.hardware.display.config-V4-ndk_platform \
vendor.qti.hardware.display.config-V5-ndk_platform

SOONG_CONFIG_NAMESPACES += qtidisplaycommonsys
SOONG_CONFIG_NAMESPACES += qtiunifeddraw
# Soong Keys
SOONG_CONFIG_qtidisplaycommonsys := displayconfig_enabled
SOONG_CONFIG_qtiunifeddraw := qtiunifeddraw_enabled
# Soong Values
SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := false
SOONG_CONFIG_qtiunifeddraw_qtiunifeddraw_enabled := true

ifeq ($(call is-vendor-board-platform,QCOM),true)
SOONG_CONFIG_qtidisplaycommonsys_displayconfig_enabled := true
endif
27 changes: 0 additions & 27 deletions gralloc/Android.bp

This file was deleted.

0 comments on commit 7edc05e

Please sign in to comment.