Snap for 7890423 from 34a08de36e to tm-release

Change-Id: I6ce9b93152f014bc6e2bee796aa9daa8ab2ce0dc
This commit is contained in:
Android Build Coastguard Worker 2021-11-06 03:01:51 +00:00
commit 235331b9f3

View file

@ -13,11 +13,15 @@
# 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.
# #
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt ifdef PHONE_CAR_BOARD_CONFIG
TARGET_BOOTLOADER_BOARD_NAME := oriole include $(PHONE_CAR_BOARD_CONFIG)
TARGET_SCREEN_DENSITY := 420 else
USES_DEVICE_GOOGLE_RAVIOLE := true TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := oriole
TARGET_SCREEN_DENSITY := 420
USES_DEVICE_GOOGLE_RAVIOLE := true
include device/google/gs101/BoardConfig-common.mk include device/google/gs101/BoardConfig-common.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk -include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk
endif