comet23: include comet23 BoardConfig.mk am: 90890fac6f

Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/23737603

Change-Id: Ia43875c5ac0fb75b3f08ecbf8341813ba4e994d2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cyan_Hsieh 2023-06-18 07:46:16 +00:00 committed by Automerger Merge Worker
commit 209ca3025b

View file

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
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 := 420 TARGET_SCREEN_DENSITY := 420
@ -23,3 +25,9 @@ include device/google/zumapro/BoardConfig-common.mk
-include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk
include device/google/comet-sepolicy/comet-sepolicy.mk include device/google/comet-sepolicy/comet-sepolicy.mk
include device/google/comet/wifi/BoardConfig-wifi.mk include device/google/comet/wifi/BoardConfig-wifi.mk
else
include device/google/comet23/comet23/BoardConfig.mk
endif