Change the makefile include order
- The audio-tables.mk is a project specific makefile, the installed file should able to override the common makefile's setting. Bug: 214374267 Test: Make sure the file added in audio-tables.mk can override the common one. Change-Id: I875be3d5840aa0ebc108e15160adce305b805040
This commit is contained in:
parent
9fe81d73de
commit
aff23fef65
2 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ $(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/cheet
|
|||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/cheetah/overlay
|
||||
|
||||
include device/google/gs201/device-shipping-common.mk
|
||||
include device/google/pantah/audio/cheetah/audio-tables.mk
|
||||
include device/google/gs201/device-shipping-common.mk
|
||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs101/bluetooth/bluetooth.mk
|
||||
include device/google/gs201/uwb/uwb.mk
|
||||
|
|
|
@ -24,8 +24,8 @@ $(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/panth
|
|||
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay
|
||||
|
||||
include device/google/gs201/device-shipping-common.mk
|
||||
include device/google/pantah/audio/panther/audio-tables.mk
|
||||
include device/google/gs201/device-shipping-common.mk
|
||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs101/bluetooth/bluetooth.mk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue