blob: a54e5b79778e1be5cee4afe48eb13e2bae05e6aa [file] [log] [blame]
# Copyright 2006 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
rild.c
LOCAL_SHARED_LIBRARIES := \
libcutils \
libril
LOCAL_CFLAGS := -DRIL_SHLIB
LOCAL_MODULE:= rild
include $(BUILD_EXECUTABLE)
# For radiooptions binary
# =======================
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
radiooptions.c
LOCAL_SHARED_LIBRARIES := \
libcutils \
LOCAL_CFLAGS := \
LOCAL_MODULE:= radiooptions
include $(BUILD_EXECUTABLE)