Skip to content

Commit

Permalink
wayne: Migrate to wayne power AIDL HAL
Browse files Browse the repository at this point in the history
Change-Id: I42170d51a517170b58d532addd9c38496e43457c
  • Loading branch information
bgcngm authored and xiaoleGun committed Jan 1, 2023
1 parent 538fe09 commit 495ad31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
soong_namespace {
imports: [
"vendor/qcom/opensource/usb/etc",
"hardware/google/interfaces",
"hardware/google/pixel",
],
}
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ TARGET_KERNEL_CONFIG := vendor/wayne_defconfig
TARGET_KERNEL_VERSION := 4.19

# Platform
BOARD_VENDOR := xiaomi
TARGET_BOARD_PLATFORM := sdm660

# Partitions
Expand Down
6 changes: 4 additions & 2 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += \
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \
vendor/qcom/opensource/usb/etc
vendor/qcom/opensource/usb/etc \
hardware/google/interfaces \
hardware/google/pixel

# AID/fs configs
PRODUCT_PACKAGES += \
Expand Down Expand Up @@ -289,7 +291,7 @@ PRODUCT_PACKAGES += \

# Power
PRODUCT_PACKAGES += \
android.hardware.power-service-qti
android.hardware.power-service.wayne-libperfmgr

# Protobuf
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit 495ad31

Please sign in to comment.