Lines Matching refs:platform
1 # This file defines the rule to fuse the platform.zip into the current PDK build.
7 ifneq (,$(filter platform-java, $(MAKECMDGOALS))$(PDK_FUSION_PLATFORM_ZIP))
8 # additional items to add to platform.zip for platform-java build
9 # For these dirs, add classes.jar and javalib.jar from the dir to platform.zip
32 endif # platform-java or FUSION build
50 # platform supprot is set after checking platform.zip
65 # This represents whether java build can use platform API or not
69 TARGET_BUILD_JAVA_SUPPORT_LEVEL := platform
87 # That's desired by us: we want only absent files from the platform zip package.
149 $(info PDK Build uses the current platform API)
155 ifneq (,$(filter platform platform-java, $(MAKECMDGOALS))$(filter true,$(TARGET_BUILD_PDK)))
160 # The platform.zip just silently ignores the nonexistent ones.
170 endif # platform.zip build or PDK