summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-05-28 13:40:43 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-09-14 00:43:09 +0300
commitdbd720eeaeeb9185e1713cacd47ead9ddb2a0ff8 (patch)
tree43f5b26c66de3ac6d390589dc9ecbe08175ced8a
parent1ff82f8774d34b779eee0269af7adac7dd58a46b (diff)
downloadandroid_hardware_qcom_thermal-lineage-17.0.tar.gz
android_hardware_qcom_thermal-lineage-17.0.tar.bz2
android_hardware_qcom_thermal-lineage-17.0.zip
thermal: Use project pathmaplineage-17.0
Change-Id: I029e0cba36d7c8a730429363350f62a00208a8bb
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1a14500..5b2e190 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifeq ($(call my-dir),$(call project-path-for,qcom-thermal))
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -37,3 +39,5 @@ LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wno-unused-parameter
include $(BUILD_SHARED_LIBRARY)
+
+endif