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: 224661734
Test: Make sure the file added in audio-tables.mk can override the common one.
Change-Id: I66b223e1e59d61fb6f21fd7f7144b84e4485bcba
This commit is contained in:
Patty 2022-02-10 15:11:11 +08:00 committed by TreeHugger Robot
parent 66503277b6
commit 0e73d66099

View file

@ -22,8 +22,8 @@ $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-v
$(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/lynx/proprietary/lynx/device-vendor-lynx.mk)
include device/google/gs201/device-shipping-common.mk
include device/google/lynx/audio/lynx/audio-tables.mk
include device/google/gs201/device-shipping-common.mk
include hardware/google/pixel/vibrator/cs40l26/device.mk
$(call soong_config_set,lyric,tuning_product,cloudripper)