diff options
| -rw-r--r-- | Android.bp | 5 | ||||
| -rw-r--r-- | Android.mk | 2 |
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: ["."], +} @@ -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 |
