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,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
ifdef PHONE_CAR_BOARD_CONFIG
include $(PHONE_CAR_BOARD_CONFIG)
else
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := oriole
TARGET_SCREEN_DENSITY := 420
@ -21,3 +24,4 @@ USES_DEVICE_GOOGLE_RAVIOLE := true
include device/google/gs101/BoardConfig-common.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk
endif