Skip to content
Snippets Groups Projects
Unverified Commit 2cd64fd8 authored by Michael Bestas's avatar Michael Bestas Committed by Michael Bestas
Browse files

Don't build sensors.cloudripper.so

* Matches stock vendor

Change-Id: Ie87409b779d195f7da537d397a3b7416af4ebf53
parent 753cfc33
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment