Skip to content

Commit

Permalink
Merge "Set revision number to 1 for system images" into lmp-mr1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bohu-google authored and Android (Google) Code Review committed Feb 13, 2015
2 parents e062193 + 3f7c83f commit a02de1b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sys-img/images_arm64-v8a_source.prop_template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
Pkg.UserSrc=false
Pkg.Revision=3
Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
SystemImage.Abi=${TARGET_CPU_ABI}
Expand Down
2 changes: 1 addition & 1 deletion sys-img/images_armeabi-v7a_source.prop_template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
Pkg.UserSrc=false
Pkg.Revision=3
Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
SystemImage.Abi=armeabi-v7a
Expand Down
2 changes: 1 addition & 1 deletion sys-img/images_armeabi_source.prop_template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
Pkg.UserSrc=false
Pkg.Revision=3
Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
SystemImage.Abi=armeabi
Expand Down
2 changes: 1 addition & 1 deletion sys-img/images_mips_source.prop_template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
Pkg.UserSrc=false
Pkg.Revision=3
Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
SystemImage.Abi=mips
Expand Down
2 changes: 1 addition & 1 deletion sys-img/images_x86_64_source.prop_template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
Pkg.UserSrc=false
Pkg.Revision=3
Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
SystemImage.Abi=${TARGET_CPU_ABI}
Expand Down
2 changes: 1 addition & 1 deletion sys-img/images_x86_source.prop_template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
Pkg.UserSrc=false
Pkg.Revision=3
Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
SystemImage.Abi=${TARGET_CPU_ABI}
Expand Down

0 comments on commit a02de1b

Please sign in to comment.