Skip to content

Commit

Permalink
Migrate repo to Renouveau
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Jun 23, 2019
1 parent 918a54f commit 192fc40
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_pioneer.mk
$(LOCAL_DIR)/renouveau_pioneer.mk
39 changes: 39 additions & 0 deletions renouveau_pioneer.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#
# Copyright (C) 2018 The LineageOS 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.
#

# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)

# Inherit from pioneer device
$(call inherit-product, device/sony/pioneer/device.mk)

# Inherit some common Lineage stuff.
$(call inherit-product, vendor/renouveau/config/common_full_phone.mk)

# Device identifier. This must come after all inclusions
PRODUCT_NAME := renouveau_pioneer
PRODUCT_DEVICE := pioneer
PRODUCT_BRAND := Sony
PRODUCT_MODEL := Xperia XA2
PRODUCT_MANUFACTURER := Sony

PRODUCT_GMS_CLIENTID_BASE := android-sony

PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="H3113-user 8.0.0 50.1.A.4.76 2209478692 release-keys"

BUILD_FINGERPRINT := Sony/H3113/H3113:8.0.0/50.1.A.4.76/2209478692:user/release-keys

0 comments on commit 192fc40

Please sign in to comment.