HomeSort by relevance Sort by last modified time
    Searched refs:PDK (Results 1 - 16 of 16) sorted by null

  /build/make/core/
pdk_fusion_modules.mk 18 # Define a PDK prebuilt module that comes from platform.zip.
20 define prebuilt-pdk-java-module
55 pdk_prebuilt_libraries := $(foreach l,$(PDK.DEXPREOPT.JAVA_LIBRARIES),\
59 $(call prebuilt-pdk-java-module,\
62 $(_pdk_fusion_intermediates)/$(PDK.DEXPREOPT.$(l).SRC),\
63 $(PDK.DEXPREOPT.$(l).DEX_PREOPT),\
64 $(PDK.DEXPREOPT.$(l).MULTILIB),\
65 $(PDK.DEXPREOPT.$(l).DEX_PREOPT_FLAGS),\
70 pdk_prebuilt_apps := $(foreach a,$(PDK.DEXPREOPT.APPS),\
74 $(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.
54 endif # PDK
160 $(info PDK TARGET_BUILD_JAVA_SUPPORT_LEVEL $(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
162 # SDK used for Java build under PDK
164 $(info PDK Build uses SDK $(PDK_BUILD_SDK_VERSION))
166 $(info PDK Build uses the current platform API)
172 # Source not included to PDK due to dependency issue, so provide symbols instead.
189 endif # platform.zip/dir build or PDK
config.mk 354 # Set up PDK so we can use TARGET_BUILD_PDK to select prebuilt tools below
355 .PHONY: pdk fusion
356 pdk fusion: $(DEFAULT_GOAL)
359 # pdk fusion if:
362 # 2) the platform.zip / pdk.mk exists in the default location
366 # otherwise pdk only if:
367 # 1) pdk is a command line build goal
373 # Most PDK project paths should be using vendor/pdk/TARGET_DEVICE
374 # but some legacy ones (e.g. mini_armv7a_neon generic PDK) were setu
    [all...]
java.mk 16 endif #PDK
main.mk 208 # Variable to check java support level inside PDK build.
209 # Not necessary if the components is not in PDK.
216 # The pdk (Platform Development Kit) build
482 # Bring in the PDK platform.zip modules.
    [all...]
  /device/google/wahoo/folio_daemon/
Android.mk 3 # Disabling when building with PDK (b/68767391)
  /device/generic/arm64/
BoardConfig.mk 38 # PDK does not use ext4 image, but it is added here to prevent build break.
  /device/generic/x86_64/
BoardConfig.mk 31 # PDK does not use ext4 image, but it is added here to prevent build break.
  /external/neven/
Android.mk 15 #disable build in PDK
  /build/make/target/product/gsi/
Android.mk 46 # b/118634643: don't check VNDK lib list when building PDK. Some libs (libandroid_net.so
47 # and some render-script related ones) can't be built in PDK due to missing frameworks/base.
  /device/generic/goldfish/camera/jpeg-stub/
Android.mk 76 endif # !PDK
  /external/hyphenation-patterns/
Android.mk 15 #disable build in PDK
  /build/soong/java/
sdk.go 84 // For PDK builds, use the latest SDK version instead of "current"
330 // TODO: get this from the PDK artifacts?
331 cmd.Text("echo PDK >").Output(out)
java.go 831 // For PDK builds, use the latest SDK version instead of "current"
    [all...]
  /build/soong/cc/
rs.go 29 // Use RenderScript prebuilts for unbundled builds but not PDK builds
  /build/soong/ui/build/
kati.go 132 // PDK builds still uses a few implicit rules

Completed in 788 milliseconds