summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
-rw-r--r--Android.mk2
2 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..3b024a1
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+cc_library_headers {
+ name: "qti_powerhal_headers",
+ vendor_available: true,
+ export_include_dirs: ["."],
+}
diff --git a/Android.mk b/Android.mk
index 087a9a8..a61a8f9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,5 @@
LOCAL_PATH := $(call my-dir)
-ifeq ($(TARGET_USES_QSSI),true)
ifeq ($(call is-vendor-board-platform,QCOM),true)
# HAL module implemenation stored in
@@ -87,4 +86,3 @@ LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)
endif
-endif