forked from LineageOS/android_device_google_marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
marlin/sailfish: Build the vendor image
This is a squash of the following commits: Author: razorloves <[email protected]> Date: Mon Jan 28 01:37:33 2019 -0600 marlin: Build the vendor image Change-Id: I372eacaae36a3c0e2a7f5e5eff45f0a9186ae427 Author: razorloves <[email protected]> Date: Mon Jan 28 06:20:10 2019 -0600 marlin: Add some missing packages and props Change-Id: I2ac172bdd58310cc8c8473545ff64df1a3074bc7 Author: razorloves <[email protected]> Date: Thu Feb 28 20:17:12 2019 -0600 marlin: Setup separate extract scripts for marlin and sailfish Change-Id: Ifc608ebea43d0b0326d67c763cb77a9a41967d6e Author: razorloves <[email protected]> Date: Sat Mar 9 00:54:50 2019 -0600 marlin/sailfish: Update proprietary files Change-Id: Ifc131f98803f874be1bede3d2756709bc4b68dc2 Change-Id: I372eacaae36a3c0e2a7f5e5eff45f0a9186ae427
- Loading branch information
1 parent
279ed67
commit 0b2a4a8
Showing
17 changed files
with
1,686 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Common board config for marlin, sailfish | ||
|
||
# Build vendor image | ||
BOARD_VENDORIMAGE_PARTITION_SIZE := 314572800 | ||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 | ||
|
||
# Kernel | ||
BOARD_KERNEL_IMAGE_NAME := Image.lz4-dtb | ||
TARGET_COMPILE_WITH_MSM_KERNEL := true | ||
TARGET_KERNEL_CONFIG := lineageos_marlin_defconfig | ||
TARGET_KERNEL_SOURCE := kernel/google/marlin | ||
|
||
-include vendor/google/marlin/BoardConfigVendor.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# Build vendor img | ||
AB_OTA_PARTITIONS += vendor | ||
|
||
# Camera | ||
PRODUCT_PACKAGES += \ | ||
libmm-qcamera | ||
|
||
# DRM | ||
PRODUCT_PACKAGES += \ | ||
[email protected] | ||
|
||
PRODUCT_PROPERTY_OVERRIDES += \ | ||
drm.service.enabled=true \ | ||
media.mediadrmservice.enable=true | ||
|
||
# Google Assistant | ||
PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true | ||
|
||
|
@@ -9,3 +24,11 @@ PRODUCT_PACKAGES += \ | |
|
||
# Overlays | ||
DEVICE_PACKAGE_OVERLAYS += device/google/marlin/overlay-lineage | ||
|
||
# Sensors | ||
PRODUCT_PACKAGES += \ | ||
libsensorndkbridge | ||
|
||
# Tool | ||
PRODUCT_PACKAGES += \ | ||
libtinyxml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
marlin/extract-files.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# BoardConfig for lineage_marlin | ||
include device/google/marlin/BoardConfigLineage.mk | ||
|
||
-include vendor/google/marlin/BoardConfigVendor.mk |
Oops, something went wrong.