代码搜索:Android SDK
找到约 10,000 项符合「Android SDK」的源代码
代码结果 10,000
www.eeworm.com/read/386582/8736900
mk android.mk
LOCAL_PATH:= $(call my-dir)
# build host static library
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
centraldir.c \
zipfile.c
LOCAL_STATIC_LIBRARIES := \
libunz
LOCAL_MODULE:= libzipfile
LOCAL_C_
www.eeworm.com/read/386582/8736917
mk android.mk
# Copyright 2005 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= debuggerd.c getevent.c unwind-arm.c pr-support.c utility.c
LOCAL_CFLAGS := -Wall
www.eeworm.com/read/386582/8736938
mk android.mk
# Copyright 2005 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
mkbootfs.c
LOCAL_MODULE := mkbootfs
include $(BUILD_HOST_EXECUTABLE)
$(cal
www.eeworm.com/read/386582/8736940
mk android.mk
#
# Copyright (C) 2008 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may
www.eeworm.com/read/386582/8736948
mk android.mk
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := mkbootimg.c
LOCAL_MODULE := mkbootimg
include $(BUILD_HOST_EXECUTABLE)
$(call dist-for-goals,user userdebug droid,$(LOCAL_BUIL
www.eeworm.com/read/386582/8736951
mk android.mk
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# files that live under /system/etc/...
copy_from := \
etc/mountd.conf \
etc/dbus.conf \
etc/init.goldfish.sh \
etc/hosts \
etc/hcid.conf
don
www.eeworm.com/read/386582/8736976
mk android.mk
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
AutoMount.c \
ProcessKiller.c \
Server.c \
mountd.c
LOCAL_MODULE:= mountd
LOC
www.eeworm.com/read/386582/8736984
mk android.mk
# Copyright 2006 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= logcat.cpp
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE:= logcat
include $(BU
www.eeworm.com/read/386582/8737094
mk android.mk
# Copyright 2005 The Android Open Source Project
#
# Android.mk for adb
#
LOCAL_PATH:= $(call my-dir)
# adb host tool
# =========================================================
include $(CLEAR_VARS
www.eeworm.com/read/386582/8737172
mk android.mk
# Copyright 2005 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
builtins.c \
init.c \
devices.c \
property_service.c \
util.c \
parser.c