Skip to content

Commit

Permalink
pdx215: add support for xperia 5 iii
Browse files Browse the repository at this point in the history
Signed-off-by: Saran Thongplong <68327355+lolipuru@users.noreply.github.com>
  • Loading branch information
lolipuru committed Nov 8, 2022
1 parent 8e18c20 commit e2f65c3
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/twrp_pdx214.mk \
$(LOCAL_DIR)/twrp_pdx215.mk
Binary file added prebuilt/pdx214/dtb.img
Binary file not shown.
Binary file added prebuilt/pdx214/dtbo.img
Binary file not shown.
Binary file not shown.
Binary file added prebuilt/pdx214/kernel
Binary file not shown.
33 changes: 33 additions & 0 deletions twrp_pdx214.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#
# Copyright (C) 2019 The TwrpBuilder Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# Release name
PRODUCT_RELEASE_NAME := pdx214
DEVICE_PATH := device/sony/pdx215

# Inherit from hardware-specific part of the product configuration
$(call inherit-product, $(DEVICE_PATH)/device.mk)

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := pdx215
PRODUCT_NAME := twrp_pdx214
PRODUCT_BRAND := Sony
PRODUCT_MODEL := Sony Xperia 5 III
PRODUCT_MANUFACTURER := Sony

# Assert
TARGET_OTA_ASSERT_DEVICE := $(PRODUCT_RELEASE_NAME)

0 comments on commit e2f65c3

Please sign in to comment.