aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernie Thompson <bhthompson@google.com>2016-05-06 12:16:13 -0700
committerBernie Thompson <bhthompson@google.com>2016-05-06 12:19:11 -0700
commit87aaec63e233a31ff04e8027fcbc5b28bcd1317d (patch)
tree4a85626df1589df02b02e93e5dd1802a125f5e6b
parenteed3fcdc3cd245a2acfa4bb72ac4dac683c4cf62 (diff)
downloadwayland-87aaec63e233a31ff04e8027fcbc5b28bcd1317d.tar.gz
Migrate cheets builds to device/google/cheets2
BUG=b:27346640 TEST=build Change-Id: I03ebbc781c86b1fa90ae7cb62a6777f051ce8ff4
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 79836d8..8d1649c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -63,7 +63,7 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/src \
- device/google/cheets/external/cheets-libffi/$(TARGET_OS)-$(TARGET_ARCH) \
+ device/google/cheets2/external/cheets-libffi/$(TARGET_OS)-$(TARGET_ARCH) \
LOCAL_STATIC_LIBRARIES := \
cheets-libffi \
@@ -78,7 +78,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/src
# These files are generated, and we must make them a dependency to ensure they
# are generated before we try to include them.
LOCAL_ADDITIONAL_DEPENDENCIES += \
- device/google/cheets/external/cheets-libffi/include/ffi.h \
+ device/google/cheets2/external/cheets-libffi/include/ffi.h \
# --- Generate the client protocol implementation data
generated_sources := $(call local-generated-sources-dir)