summaryrefslogtreecommitdiffstats
path: root/thermal
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 /thermal
parentc409e30da772151fbc958524f2df4d1367b19b15 (diff)
downloadplatform_hardware_interfaces-d38f147c357a9a39ae923bff1786070faf7ba751.tar.gz
platform_hardware_interfaces-d38f147c357a9a39ae923bff1786070faf7ba751.tar.bz2
platform_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 'thermal')
-rw-r--r--thermal/1.0/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/thermal/1.0/Android.mk b/thermal/1.0/Android.mk
index b88bb8153f..7748b9e207 100644
--- a/thermal/1.0/Android.mk
+++ b/thermal/1.0/Android.mk
@@ -8,7 +8,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.thermal@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)
@@ -178,7 +178,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.thermal@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)
@@ -348,7 +348,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.thermal@1.0-java-constants
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)
#