Skip to content

Commit

Permalink
Let the Pixel 3 and 3a co-exist with their bigger brothers
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayudesai committed Sep 10, 2019
1 parent e853d17 commit d76a7e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generate-vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,8 @@ update_vendor_blobs_mk "$BLOBS_LIST"

# Generate device-vendor.mk makefile (will be updated later)
echo "[*] Generating '$(basename "$DEVICE_VENDOR_MK")'"
echo -e "\$(call inherit-product, vendor/$VENDOR_DIR/$DEVICE/$DEVICE-vendor-blobs.mk)\n" >> "$DEVICE_VENDOR_MK"
echo -e "VENDOR_DEVICE := \$(TARGET_PRODUCT:aosp_%=%)" >> "$DEVICE_VENDOR_MK"
echo -e "\$(call inherit-product, vendor/$VENDOR_DIR/\$(VENDOR_DEVICE)/\$(VENDOR_DEVICE)-vendor-blobs.mk)\n" >> "$DEVICE_VENDOR_MK"

# Append items listed in device vendor configuration file
{
Expand Down

0 comments on commit d76a7e7

Please sign in to comment.