* commit '4000df931bb1b0f9a9e37430212124a9c37e6972': Move SDK system-image source.prop_templates in their own folder.
This commit is contained in:
9
sys-img/images_arm64-v8a_source.prop_template
Normal file
9
sys-img/images_arm64-v8a_source.prop_template
Normal file
@@ -0,0 +1,9 @@
|
||||
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=1
|
||||
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
|
||||
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
|
||||
SystemImage.Abi=${TARGET_CPU_ABI}
|
||||
SystemImage.GpuSupport=true
|
||||
SystemImage.TagId=default
|
||||
|
||||
9
sys-img/images_armeabi-v7a_source.prop_template
Normal file
9
sys-img/images_armeabi-v7a_source.prop_template
Normal file
@@ -0,0 +1,9 @@
|
||||
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=1
|
||||
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
|
||||
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
|
||||
SystemImage.Abi=armeabi-v7a
|
||||
SystemImage.GpuSupport=true
|
||||
SystemImage.TagId=default
|
||||
|
||||
9
sys-img/images_armeabi_source.prop_template
Normal file
9
sys-img/images_armeabi_source.prop_template
Normal file
@@ -0,0 +1,9 @@
|
||||
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=1
|
||||
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
|
||||
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
|
||||
SystemImage.Abi=armeabi
|
||||
SystemImage.GpuSupport=true
|
||||
SystemImage.TagId=default
|
||||
|
||||
8
sys-img/images_mips_source.prop_template
Normal file
8
sys-img/images_mips_source.prop_template
Normal file
@@ -0,0 +1,8 @@
|
||||
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=1
|
||||
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
|
||||
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
|
||||
SystemImage.Abi=mips
|
||||
SystemImage.TagId=default
|
||||
|
||||
9
sys-img/images_x86_64_source.prop_template
Normal file
9
sys-img/images_x86_64_source.prop_template
Normal file
@@ -0,0 +1,9 @@
|
||||
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=1
|
||||
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
|
||||
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
|
||||
SystemImage.Abi=${TARGET_CPU_ABI}
|
||||
SystemImage.GpuSupport=true
|
||||
SystemImage.TagId=default
|
||||
|
||||
9
sys-img/images_x86_source.prop_template
Normal file
9
sys-img/images_x86_source.prop_template
Normal file
@@ -0,0 +1,9 @@
|
||||
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=1
|
||||
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
|
||||
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
|
||||
SystemImage.Abi=${TARGET_CPU_ABI}
|
||||
SystemImage.GpuSupport=true
|
||||
SystemImage.TagId=default
|
||||
|
||||
Reference in New Issue
Block a user