aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Chen <rickctchen@google.com>2018-10-19 10:31:18 +0800
committerBrian Duddie <bduddie@google.com>2018-10-19 17:49:46 +0000
commitd688fbb53e65daa2d959efca44616661d4f7f15c (patch)
tree80abd7bb884d5ebbc7a1559f981d9cc0d0d9ef95
parent50b092aa40692512c67823ee142efa52f59fd945 (diff)
downloadchre-android-9.0.0_r47.tar.gz
Use the same flag as SLPI Bug: 117748857 Test: Compile and run chre in adsp Change-Id: I0fa3c81497c75efa8192f24d1ba6b91d141157b5 Signed-off-by: Rick Chen <rickctchen@google.com>
-rw-r--r--build/variant/google_hexagonv65_adsp-see-uimg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variant/google_hexagonv65_adsp-see-uimg.mk b/build/variant/google_hexagonv65_adsp-see-uimg.mk
index b823f306..5018f483 100644
--- a/build/variant/google_hexagonv65_adsp-see-uimg.mk
+++ b/build/variant/google_hexagonv65_adsp-see-uimg.mk
@@ -10,7 +10,7 @@ TARGET_NAME = google_hexagonv65_adsp-see-uimg
# round number and allow for addition of new fields to the FlatBuffer
TARGET_CFLAGS = -DCHRE_MESSAGE_TO_HOST_MAX_SIZE=4000
TARGET_CFLAGS += -DUIMG_DL_VER_MAJOR=2
-TARGET_CFLAGS += -DCHRE_ADSP_UIMG_ENABLED
+TARGET_CFLAGS += -DCHRE_SLPI_UIMG_ENABLED
TARGET_CFLAGS += $(GOOGLE_HEXAGONV65_ADSP-SEE-UIMG_CFLAGS)
TARGET_VARIANT_SRCS = $(GOOGLE_HEXAGONV65_ADSP-SEE-UIMG_SRCS)
TARGET_SO_LATE_LIBS = $(GOOGLE_HEXAGONV65_ADSP-SEE-UIMG_LATE_LIBS)