Skip to content

Commit

Permalink
PB Bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkowak committed May 18, 2019
1 parent a7cfe76 commit 0691c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := kryo

TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a9
Expand Down Expand Up @@ -110,6 +110,5 @@ TW_EXTRA_LANGUAGES := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_EXCLUDE_DEFAULT_USB_INIT := true
TWRP_INCLUDE_LOGCAT := true
TW_USE_QCOM_HAPTICS_VIBRATOR := true
TARGET_USES_LOGD := true
TW_USE_TOOLBOX := true
PLATFORM_SECURITY_PATCH := 2099-12-31
2 changes: 1 addition & 1 deletion omni_dipper.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PRODUCT_RELEASE_NAME := dipper
$(call inherit-product, build/target/product/embedded.mk)

# Inherit from our custom product configuration
$(call inherit-product, vendor/omni/config/common.mk)
$(call inherit-product, vendor/pb/config/common.mk)

## Device identifier. This must come after all inclusions
PRODUCT_NAME := omni_dipper
Expand Down

0 comments on commit 0691c8f

Please sign in to comment.