common: Swap common AndroidBoard include order.

* Went and did a derp.

Change-Id: I1ca4b829c73ea97546508e8d259abf395947b12c
This commit is contained in:
Alexander Koskovich 2020-11-24 22:18:09 -07:00
parent bcc4fc6830
commit 6681d2a404
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
LOCAL_PATH := $(call my-dir)
include $(call all-makefiles-under,$(LOCAL_PATH))
# Common
include vendor/qcom/opensource/core-utils/build/AndroidBoardCommon.mk
include $(call all-makefiles-under,$(LOCAL_PATH))