Android.mk
资源名称:ril.rar [点击查看]
上传用户:rftzhifu
上传日期:2017-02-21
资源大小:229k
文件大小:0k
源码类别:
android开发
开发平台:
Unix_Linux
- # 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)