platform_build/core
Elliott Hughes bb21bfb090 am 7cad688e: am 847fd031: Merge "Leave \'linux\' defined on x86/x86-64, like arm."
* commit '7cad688ea267df86ceb9c7fbfd6bc463af4580b1':
  Leave 'linux' defined on x86/x86-64, like arm.
2014-04-24 16:27:28 +00:00
..
clang Switch to new host prebuilt x86_64-linux-glibc2.11-4.6 2014-04-23 14:47:00 -07:00
combo Merge "Leave 'linux' defined on x86/x86-64, like arm." 2014-04-24 16:19:17 +00:00
tasks am 9cfefe13: am 6a9f2b12: Merge "Add intel to the vendor whitelist" 2014-04-01 03:05:06 +00:00
64_bit_blacklist.mk Remove chromium_org and webview from the 64-bit blacklist. 2014-04-24 13:30:47 +01:00
android_manifest.mk Set up rules to merge AndroidManifest.xmls 2014-02-05 18:24:45 -08:00
apicheck_msg_current.txt
apicheck_msg_last.txt
base_rules.mk add support for LOCAL_MODULE_STEM_32 and LOCAL_MODULE_STEM_64 2014-03-25 13:49:58 -07:00
binary.mk Decouple platform compiler and NDK library versioning. 2014-04-10 22:46:26 -07:00
build-system.html add new gen/ directory for generated sources 2014-01-27 14:45:44 -08:00
build_id.mk Change build id to OPENMASTER 2013-11-25 15:37:46 +05:30
checktree
cleanbuild.mk Add init.environ.rc to installclean 2014-03-07 15:55:18 -08:00
cleanspec.mk
clear_vars.mk am 59cc3f5d: am 5b1fa1c8: Merge "build: remove LOCAL_NO_2ND_ARCH" 2014-04-12 00:09:41 +00:00
config.mk am 9b3fb2c3: am 67c20928: Merge "For 64-bit, use 32-bit DEXPREOPT if zygote64 isn\'t enabled." 2014-04-18 23:18:43 +00:00
configure_module_stem.mk add support for LOCAL_MODULE_STEM_32 and LOCAL_MODULE_STEM_64 2014-03-25 13:49:58 -07:00
copy_headers.mk avoid // in copy headers rule 2013-10-23 13:18:39 -07:00
definitions.mk am 73c1422d: am b5956468: Merge "Disable host -fPIE if BUILD_HOST_static is set." 2014-04-04 23:19:20 +00:00
device.mk
dex_preopt.mk Use debug versions of dex2oat explicitly. 2014-04-01 08:43:26 +01:00
dex_preopt_libart.mk For 64-bit, use 32-bit DEXPREOPT if zygote64 isn't enabled. 2014-04-18 15:23:40 -07:00
dex_preopt_libdvm.mk Create the dest dir before copying over files. 2013-12-17 17:37:16 -08:00
dex_preopt_odex_install.mk Make sure to install the .odex when running "make <module_name>" 2014-01-24 13:37:11 -08:00
distdir.mk
droiddoc.mk am 5d33de08: am bdac8cf1: Merge "Fix javadoc error "class file for sun.util.resources.OpenListResourceBundle not found"" 2014-04-07 22:48:38 +00:00
dumpvar.mk Add TARGET_2ND_ARCH to dumpvar 2014-03-12 11:13:41 -07:00
dynamic_binary.mk add support for LOCAL_MODULE_STEM_32 and LOCAL_MODULE_STEM_64 2014-03-25 13:49:58 -07:00
envsetup.mk Add 32 / 64 bit abi lists to system properties. 2014-04-08 17:40:40 +01:00
executable.mk build: fix TARGET_PREFER_32_BIT 2014-04-10 15:49:32 -07:00
executable_internal.mk Remove redundant my_target_global_ldflags 2014-04-01 16:36:21 -07:00
filter_symbols.sh
find-jdk-tools-jar.sh
help.mk
host_dalvik_java_library.mk Rework the generation of host java libraries. 2013-11-25 10:17:53 +00:00
host_dalvik_static_java_library.mk Rework the generation of host java libraries. 2013-11-25 10:17:53 +00:00
host_executable.mk Fix prebuilt library dependency for multilib build 2014-02-25 18:32:27 -08:00
host_java_library.mk Rework the generation of host java libraries. 2013-11-25 10:17:53 +00:00
host_java_library_common.mk Rework the generation of host java libraries. 2013-11-25 10:17:53 +00:00
host_native_test.mk Add library test makefile solutions. 2014-02-05 16:36:42 -08:00
host_prebuilt.mk
host_shared_library.mk Fix prebuilt library dependency for multilib build 2014-02-25 18:32:27 -08:00
host_shared_test_lib.mk Add library test makefile solutions. 2014-02-05 16:36:42 -08:00
host_static_library.mk Include $(BUILD_COPY_HEADERS) in upper-level makefiles 2014-02-20 13:54:43 -08:00
host_static_test_lib.mk Add library test makefile solutions. 2014-02-05 16:36:42 -08:00
host_test_internal.mk Add library test makefile solutions. 2014-02-05 16:36:42 -08:00
install_jni_libs.mk Update rules to install JNI libraries. 2014-04-18 16:36:19 -07:00
java.mk resolved conflicts for merge of 4df82b3e to klp-dev-plus-aosp 2014-02-08 10:31:46 -08:00
java_library.mk Add DEXPREOPT support for ART 2013-12-17 14:44:00 -08:00
legacy_prebuilts.mk
main.mk am fcd22c88: Merge "Allow to build target-files.zip in sdk build." into klp-modular-dev 2014-04-15 16:12:26 +00:00
Makefile am fcd22c88: Merge "Allow to build target-files.zip in sdk build." into klp-modular-dev 2014-04-15 16:12:26 +00:00
module_arch_supported.mk build: add support for LOCAL_MULTILIB := 64 2014-04-10 15:49:38 -07:00
multi_prebuilt.mk build: Fix failed to assign a module name different with it's file name to a prebuilt module 2013-12-06 10:01:05 -08:00
multilib.mk build: remove LOCAL_NO_2ND_ARCH 2014-04-11 16:57:36 -07:00
native_test.mk Add library test makefile solutions. 2014-02-05 16:36:42 -08:00
node_fns.mk
notice_files.mk Set up rules to build static libraries for TARGET_2ND_ARCH 2014-01-24 13:35:09 -08:00
package.mk build: use TARGET_SUPPORTS_32_BIT_APPS and TARGET_SUPPORTS_64_BIT_APPS 2014-04-10 20:44:24 -07:00
package_internal.mk am a59c2935: am 488b23d9: Merge "Update rules to install JNI libraries." 2014-04-19 00:05:09 +00:00
pathmap.mk am 7c629a72: am cc851243: Merge "Add annotation support lib." into klp-ub-dev 2014-03-26 18:17:08 +00:00
pdk_config.mk pdk: add android_common.jar 2014-01-29 10:01:37 -08:00
phony_package.mk
post_clean.mk
prebuilt.mk add support for LOCAL_MULTILIB 2014-03-26 13:12:59 -07:00
prebuilt_internal.mk Update rules to install JNI libraries. 2014-04-18 16:36:19 -07:00
process_wrapper.sh
process_wrapper_gdb.cmds
process_wrapper_gdb.sh
product.mk Support custom sdk.atree files. 2014-01-29 13:35:55 -08:00
product_config.mk build: Rename persist.sys.dalvik.vm.lib to allow new default 2014-01-30 13:16:37 -08:00
proguard.emma.flags
proguard.flags Make it easier to enable obfuscation and optimization. 2013-08-22 17:12:38 -07:00
proguard_basic_keeps.flags Keep Parcelable CREATOR fields 2014-04-07 11:50:23 -07:00
proguard_tests.flags Make it easier to enable obfuscation and optimization. 2013-08-22 17:12:38 -07:00
raw_executable.mk
raw_static_library.mk Support to build executables for TARGET_2ND_ARCH 2014-01-24 13:36:30 -08:00
root.mk
shared_library.mk add support for LOCAL_MULTILIB 2014-03-26 13:12:59 -07:00
shared_library_internal.mk Remove redundant my_target_global_ldflags 2014-04-01 16:36:21 -07:00
shared_test_lib.mk Add library test makefile solutions. 2014-02-05 16:36:42 -08:00
static_java_library.mk Set up rules to merge AndroidManifest.xmls 2014-02-05 18:24:45 -08:00
static_library.mk add support for LOCAL_MULTILIB 2014-03-26 13:12:59 -07:00
static_library_internal.mk Set up rules to build static libraries for TARGET_2ND_ARCH 2014-01-24 13:35:09 -08:00
static_test_lib.mk Add library test makefile solutions. 2014-02-05 16:36:42 -08:00
target_test_internal.mk Explicitly link libstdc++.a for static gtest executables. 2014-04-16 09:42:56 -07:00
version_defaults.mk 4.4.3 is MR2, version boogaloo! 2014-03-11 14:54:09 -07:00