Snap for 7891132 from 59a71ba972
to sc-v2-release
Change-Id: I9145234d4614a0f027bc01cfba7565f037486cdb
This commit is contained in:
commit
2ed95c9b46
2 changed files with 23 additions and 14 deletions
|
@ -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
|
||||||
|
|
|
@ -13,11 +13,16 @@
|
||||||
# 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
|
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := raven
|
|
||||||
TARGET_SCREEN_DENSITY := 560
|
|
||||||
USES_DEVICE_GOOGLE_RAVIOLE := true
|
|
||||||
|
|
||||||
include device/google/gs101/BoardConfig-common.mk
|
ifdef PHONE_CAR_BOARD_CONFIG
|
||||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
include $(PHONE_CAR_BOARD_CONFIG)
|
||||||
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
else
|
||||||
|
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
||||||
|
TARGET_BOOTLOADER_BOARD_NAME := raven
|
||||||
|
TARGET_SCREEN_DENSITY := 560
|
||||||
|
USES_DEVICE_GOOGLE_RAVIOLE := true
|
||||||
|
|
||||||
|
include device/google/gs101/BoardConfig-common.mk
|
||||||
|
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||||
|
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue