Home | History | Annotate | Download | only in core

Lines Matching refs:ANDROID

1 # Copyright (C) 2009 The Android Open Source Project
15 # Common definitions for the Android NDK build system
94 # Returns : the name of the last parsed Android.mk file
97 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
323 # defined in application's Android.mk files.
343 # MAKEFILE -> The Android.mk where the module is defined.
353 # These are documented by docs/ANDROID-MK.TXT. Exception is LOCAL_MODULE
383 # LOCAL_MAKEFILE will contain the path to the Android.mk defining the module
797 # This is used to check that LOCAL_MODULE is properly defined by an Android.mk
925 # Arguments: 1: path of Android.mk where this LOCAL_MODULE is defined
945 all-makefiles-under = $(wildcard $1/*/Android.mk)
1130 # Android.mk support
1440 $(call ndk_log, Probing $(__import_dir)/$1/Android.mk)\
1441 $(if $(strip $(wildcard $(__import_dir)/$1/Android.mk)),\
1480 $(eval include $(__imported_path)/Android.mk)\
1604 # Called before the top-level Android.mk is parsed to
1611 # Called after all Android.mk files are parsed to add