Lines Matching refs:platform
1 # This file defines the rule to fuse the platform.zip into the current PDK build.
10 # 2) the platform.zip exists in the default location
22 vendor/pdk/$(TARGET_DEVICE)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)/platform/platform.zip \
23 vendor/pdk/$(TARGET_DEVICE)/$(patsubst aosp_%,full_%,$(TARGET_PRODUCT))-$(TARGET_BUILD_VARIANT)/platform/platform.zip)
40 ifneq (,$(filter platform-java, $(MAKECMDGOALS))$(PDK_FUSION_PLATFORM_ZIP))
41 # additional items to add to platform.zip for platform-java build
42 # For these dirs, add classes.jar and javalib.jar from the dir to platform.zip
62 endif # platform-java or FUSION build
71 # platform supprot is set after checking platform.zip
91 # This represents whether java build can use platform API or not
95 TARGET_BUILD_JAVA_SUPPORT_LEVEL := platform
113 # That's desired by us: we want only absent files from the platform zip package.
164 $(info PDK Build uses the current platform API)
170 ifneq (,$(filter platform platform-java, $(MAKECMDGOALS))$(filter true,$(TARGET_BUILD_PDK)))
181 endif # platform.zip build or PDK