Skip to content

Commit

Permalink
Merge "marlin: move vendor AB_OTA_PARTITIONS config to vendor" into n…
Browse files Browse the repository at this point in the history
…yc-mr1-dev
  • Loading branch information
blackhogz authored and Android (Google) Code Review committed Jun 21, 2016
2 parents 0c73f61 + f65f85a commit 33854b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ PRODUCT_PACKAGES_DEBUG += \
# more partitions to this list for the bootloader and radio.
AB_OTA_PARTITIONS += \
boot \
system \
vendor
system

# NFC packages
PRODUCT_PACKAGES += \
Expand Down
2 changes: 0 additions & 2 deletions marlin/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ TARGET_USE_VERIZON_APN_LIB_PREBUILT := true
TARGET_BOARD_KERNEL_HEADERS := device/google/marlin/kernel-headers

-include vendor/google_devices/marlin/BoardConfigVendor.mk
# Build a separate vendor.img
TARGET_COPY_OUT_VENDOR := vendor

#NFC
NXP_CHIP_TYPE := PN551
2 changes: 0 additions & 2 deletions sailfish/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ TARGET_USE_VERIZON_APN_LIB_PREBUILT := true
TARGET_BOARD_KERNEL_HEADERS := device/google/marlin/kernel-headers

-include vendor/google_devices/marlin/BoardConfigVendor.mk
# Build a separate vendor.img
TARGET_COPY_OUT_VENDOR := vendor

#NFC
NXP_CHIP_TYPE := PN551

0 comments on commit 33854b1

Please sign in to comment.