[RESTRICT AUTOMERGE] Revert "Don't force +1 for resource resolution." am: a1409eda1b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22791083 Change-Id: I8893549c32d1d27d46755a728171586f32dee3c6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -493,7 +493,7 @@ public class Build {
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public static final int RESOURCES_SDK_INT = SDK_INT;
|
||||
public static final int RESOURCES_SDK_INT = SDK_INT + ACTIVE_CODENAMES.length;
|
||||
|
||||
/**
|
||||
* The current lowest supported value of app target SDK. Applications targeting
|
||||
|
||||
Reference in New Issue
Block a user