Define LOCAL_PATH

Similar to b/286503615 as komodo_ufs is also failing.

Bug: 286503615
Change-Id: Ic3fa6a163eb958fbdbc5bfabc8e1411a2bbb9690
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
This commit is contained in:
Jaegeuk Kim 2024-02-12 13:31:46 -08:00
parent 20ad070508
commit c0e7918504
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@
TARGET_KERNEL_DIR ?= device/google/caimito-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers
LOCAL_PATH := device/google/caimito
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
USE_UWBFIELDTESTQM := true
endif

View file

@ -17,6 +17,8 @@
TARGET_KERNEL_DIR ?= device/google/caimito-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers
LOCAL_PATH := device/google/caimito
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
USE_UWBFIELDTESTQM := true
endif