Skip to content

Commit

Permalink
Removed unnecessary fstab, updated boardconfig for proper screen rota…
Browse files Browse the repository at this point in the history
…tion, and adjusted omni_gta4lwifi to add similar settings to known working configs
  • Loading branch information
agreenbhm committed Jun 23, 2021
1 parent 4e7b2c2 commit a660b08
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 37 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ TW_EXCLUDE_DEFAULT_USB_INIT := true
TARGET_USES_MKE2FS := true
TW_NO_LEGACY_PROPS := true
TW_NO_BIND_SYSTEM := true
BOARD_HAS_FLIPPED_SCREEN := true
##
23 changes: 16 additions & 7 deletions omni_gta4lwifi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,32 @@
# limitations under the License.
#

# Inherit from those products. Most specific first.
PRODUCT_RELEASE_NAME := gta4lwifi

$(call inherit-product, vendor/omni/config/common.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/embedded.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
$(call inherit-product, device/samsung/gta4lwifi/device.mk)

# Charger
PRODUCT_PACKAGES += \
charger_res_images

PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,device/samsung/gta4lwifi/recovery/root,recovery/root)

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

# Inherit from gta4lwifi device
$(call inherit-product, device/samsung/gta4lwifi/device.mk)

# Inherit some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
$(call inherit-product, vendor/omni/config/gsm.mk)
#$(call inherit-product, vendor/omni/config/gsm.mk)

# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := gta4lwifi
PRODUCT_NAME := omni_gta4lwifi
PRODUCT_BRAND := samsung
PRODUCT_MODEL := samsung
PRODUCT_MODEL := SM-T500
PRODUCT_MANUFACTURER := samsung
PRODUCT_RELEASE_NAME := samsung samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung
30 changes: 0 additions & 30 deletions recovery.fstab

This file was deleted.

0 comments on commit a660b08

Please sign in to comment.