Skip to content
Snippets Groups Projects
Commit aff23fef authored by Patty's avatar Patty Committed by TreeHugger Robot
Browse files

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
parent 9fe81d73
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment