diff options
author | Michael Bestas <mkbestas@gmail.com> | 2022-11-04 03:49:59 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-09-14 16:30:18 +0800 |
commit | 58c1440078949bc2d6e89cfe9beab5851b6bb21c (patch) | |
tree | 3c3f377bad220c1f97e8b0a4d4dc2e909507d7ef /sensors | |
parent | b90668b4bb664b876392323290a339d29628cba2 (diff) |
lynx: Don't build sensors.lynx.so
Change-Id: Idea3f4b5c7cfa03ac2c81c10e5926b0e00a2ca4a
Diffstat (limited to 'sensors')
-rw-r--r-- | sensors/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sensors/Android.mk b/sensors/Android.mk index 46d6f0c..a0d7b0c 100644 --- a/sensors/Android.mk +++ b/sensors/Android.mk @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +ifeq ($(BOARD_USES_EXYNOS_SENSORS_DUMMY), true) + LOCAL_PATH := $(call my-dir) # HAL module implemenation stored in @@ -28,3 +30,5 @@ LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../NOTICE LOCAL_PROPRIETARY_MODULE := true include $(BUILD_SHARED_LIBRARY) + +endif |