summaryrefslogtreecommitdiffstats
path: root/contexthub
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2017-02-09 10:06:41 -0800
committerAndreas Huber <andih@google.com>2017-02-09 17:20:45 -0800
commitd38f147c357a9a39ae923bff1786070faf7ba751 (patch)
treee1d49b710f780d09a1d15f2ec9b45790e4eeff99 /contexthub
parentc409e30da772151fbc958524f2df4d1367b19b15 (diff)
downloadandroid_hardware_interfaces-d38f147c357a9a39ae923bff1786070faf7ba751.tar.gz
android_hardware_interfaces-d38f147c357a9a39ae923bff1786070faf7ba751.tar.bz2
android_hardware_interfaces-d38f147c357a9a39ae923bff1786070faf7ba751.zip
Updated makefiles
Java intermediates are now created in the common rather than the device- specific generated sources subdirectory. Bug: 33842609 Test: make Change-Id: I16af4cd19bf0b24baa0ad9ebfdb86b4d959c8672
Diffstat (limited to 'contexthub')
-rw-r--r--contexthub/1.0/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/contexthub/1.0/Android.mk b/contexthub/1.0/Android.mk
index c73c5c46f..a05398683 100644
--- a/contexthub/1.0/Android.mk
+++ b/contexthub/1.0/Android.mk
@@ -8,7 +8,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.contexthub@1.0-java
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
-intermediates := $(local-generated-sources-dir)
+intermediates := $(call local-generated-sources-dir, COMMON)
HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX)
@@ -334,7 +334,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.contexthub@1.0-java-static
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
-intermediates := $(local-generated-sources-dir)
+intermediates := $(call local-generated-sources-dir, COMMON)
HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX)