blob: 347268bd84c44569e5b8e43e92efeeaedcc99559 [file] [log] [blame]
WANTED_PLATFORM := android-9
ifneq ($(TARGET_PLATFORM),$(WANTED_PLATFORM))
$(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM)))
endif
$(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFORM))