Merge "Comet: change display density to 360" into main

This commit is contained in:
Derick Hong 2023-11-08 05:29:40 +00:00 committed by Android (Google) Code Review
commit 9092e56682

View file

@ -17,7 +17,7 @@ ifeq (,$(filter %comet23,$(PRODUCT_NAME)))
TARGET_BOARD_INFO_FILE := device/google/comet/board-info.txt TARGET_BOARD_INFO_FILE := device/google/comet/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := comet TARGET_BOOTLOADER_BOARD_NAME := comet
TARGET_SCREEN_DENSITY := 390 TARGET_SCREEN_DENSITY := 360
BOARD_USES_GENERIC_AUDIO := true BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_COMET := true USES_DEVICE_GOOGLE_COMET := true