/build/core/ |
pdk_fusion_modules.mk | 12 # Define a PDK prebuilt module that comes from platform.zip. 14 define prebuilt-pdk-java-module 47 pdk_prebuilt_libraries := $(foreach l,$(PDK.DEXPREOPT.JAVA_LIBRARIES),\ 51 $(call prebuilt-pdk-java-module,\ 54 $(_pdk_fusion_intermediates)/$(PDK.DEXPREOPT.$(l).SRC),\ 55 $(PDK.DEXPREOPT.$(l).DEX_PREOPT),\ 56 $(PDK.DEXPREOPT.$(l).MULTILIB),\ 57 $(PDK.DEXPREOPT.$(l).DEX_PREOPT_FLAGS),\ 62 pdk_prebuilt_apps := $(foreach a,$(PDK.DEXPREOPT.APPS),\ 66 $(call prebuilt-pdk-java-module, [all...] |
pdk_config.mk | 1 # This file defines the rule to fuse the platform.zip into the current PDK build. 51 endif # PDK 140 $(info PDK TARGET_BUILD_JAVA_SUPPORT_LEVEL $(TARGET_BUILD_JAVA_SUPPORT_LEVEL)) 143 # SDK used for Java build under PDK 145 $(info PDK Build uses SDK $(PDK_BUILD_SDK_VERSION)) 149 $(info PDK Build uses the current platform API) 157 # Source not included to PDK due to dependency issue, so provide symbols instead. 170 endif # platform.zip build or PDK
|
config.mk | 403 # Set up PDK so we can use TARGET_BUILD_PDK to select prebuilt tools below 404 .PHONY: pdk fusion 405 pdk fusion: $(DEFAULT_GOAL) 408 # pdk fusion if: 415 # otherwise pdk only if: 416 # 1) pdk is a command line build goal 422 # Most PDK project paths should be using vendor/pdk/TARGET_DEVICE 423 # but some legacy ones (e.g. mini_armv7a_neon generic PDK) were setup 424 # with vendor/pdk/TARGET_PRODUCT [all...] |
main.mk | 323 # Variable to check java support level inside PDK build. 324 # Not necessary if the components is not in PDK. 331 # The pdk (Platform Development Kit) build 557 # Bring in the PDK platform.zip modules. [all...] |
java.mk | 16 endif #PDK
|
/external/svox/pico/ |
Android.mk | 4 #disable build in PDK
|
/system/extras/multinetwork/ |
Android.mk | 3 # The PDK build does not have access to frameworks/native elements.
|
/device/generic/arm64/ |
BoardConfig.mk | 39 # PDK does not use ext4 image, but it is added here to prevent build break.
|
/device/generic/x86_64/ |
BoardConfig.mk | 32 # PDK does not use ext4 image, but it is added here to prevent build break.
|
/device/generic/mips64/ |
BoardConfig.mk | 49 # PDK does not use ext4 image, but it is added here to prevent build break.
|
/packages/services/Car/bluetooth/ |
Android.mk | 17 #disble build in PDK, should add various BT java libraries to platform.zip
|
/packages/services/Car/car-lib/ |
Android.mk | 17 #disble build in PDK, missing aidl import breaks build
|
/packages/services/Car/car-ui-provider/ |
Android.mk | 17 #disble build in PDK, should add prebuilts/fullsdk to make this work
|
/device/google/dragon/DragonKeyboard/ |
Android.mk | 51 endif # !PDK build
|
/device/htc/flounder/VolantisKeyboard/ |
Android.mk | 49 endif # !PDK build
|
/docs/source.android.com/ |
Android.mk | 26 # Put HAL refs in PDK instead and strip nav to s.a.c. 27 .PHONY: pdk-hal-ref 28 pdk-hal-ref: 29 $(hide) doxygen vendor/pdk/data/google/Doxyfile
|
/packages/services/Car/service/ |
Android.mk | 19 #disble build in PDK, missing aidl import breaks build
|
/device/asus/fugu/libaudio/ |
Android.mk | 47 # until remotecontrolservice is added to PDK, don't include
|
/external/hyphenation-patterns/ |
Android.mk | 15 #disable build in PDK
|
/device/generic/goldfish/camera/ |
Android.mk | 152 endif # !PDK
|
/frameworks/native/services/surfaceflinger/ |
Android.mk | 175 # uses jni which may not be available in PDK
|
/packages/services/Car/car-support-lib/ |
Android.mk | 17 #disble build in PDK, should add prebuilts/fullsdk to make this work
|
/external/neven/ |
Android.mk | 15 #disable build in PDK
|
/build/core/tasks/ |
apicheck.mk | 20 # skip api check for PDK buid
|
/external/skia/ |
Android.mk | 852 #disable build in PDK
|