Adding some documentation to ensure methods are updated when API number is set

Bug: 32608129
Test: None (comment only change)
Change-Id: Ida34b14419e3cb86e3fe07a9cc4b7ccb46d5f5a3
This commit is contained in:
Ian Pedowitz
2016-11-03 17:09:25 -07:00
parent 54f1ae45c4
commit 9a3d92f719

View File

@@ -55,6 +55,10 @@ ifeq "" "$(PLATFORM_SDK_VERSION)"
# intermediate builds). During development, this number remains at the
# SDK version the branch is based on and PLATFORM_VERSION_CODENAME holds
# the code-name of the new development work.
# When you change PLATFORM_SDK_VERSION please ensure you also update the
# corresponding methods for isAtLeast* in the following java file:
# platform/frameworks/support/compat/gingerbread/android/support/v4/os/BuildCompat.java
PLATFORM_SDK_VERSION := 25
endif