GitHub/LineageOS/G12/android_device_amlogic_g12-common.git
2 years agog12: init-files: Do not symlink sdcard legacy path
Demon Singur [Fri, 21 Sep 2018 11:11:36 +0000 (11:11 +0000)]
g12: init-files: Do not symlink sdcard legacy path

* Solves the following denial:
  `denied  { write } for  pid=548 comm="init" name="storage" dev="rootfs" ino=15996 scontext=u:r:vendor_init:s0 tcontext=u:object_r:rootfs:s0 tclass=dir permissive=0`

Change-Id: If246f497bd8384f0fee81469d8d29dcb528d4d4e

2 years agog12: init-files: Remove non-existant entries
Nolen Johnson [Tue, 27 Jul 2021 20:18:23 +0000 (16:18 -0400)]
g12: init-files: Remove non-existant entries

* Remove module loads that don't exist.
* Remove imports of non-existant init-scripts.
* Remove non-existant service declarations.

Change-Id: I92a3386f85ac322d1c71726609d5a9fa87431d3c

2 years agog12: init-files: Remove uncessary debugging entries
Nolen Johnson [Tue, 27 Jul 2021 20:03:38 +0000 (16:03 -0400)]
g12: init-files: Remove uncessary debugging entries

* AOSP defaults to level 3, so no need to set it ourselves.
* We don't need to set global read on these debugging nodes.
* We ought to be restricting `dmesg` to root for security
  reasons.

Change-Id: Ifa6677d4a4afee5281267ee0a3bfce0b5f4f3daf

2 years agog12: init-files: Format contents and delete blank triggers
Nolen Johnson [Tue, 27 Jul 2021 20:00:49 +0000 (16:00 -0400)]
g12: init-files: Format contents and delete blank triggers

Change-Id: I266b0a34f4e9eb9d2943a933078421f1504294cb

2 years agog12: init-files: fstab: Don't mark firmware partitions as formatable
Luca Stefani [Tue, 27 Jul 2021 19:44:25 +0000 (15:44 -0400)]
g12: init-files: fstab: Don't mark firmware partitions as formatable

* No clue why stock does this, marking these as formatable
  would allow both recovery and init to wipe them, which
  we definitely don't want.

Change-Id: I0511d76d978863bc86aa7f0e8218db3bd4e98a95

2 years agog12: Attempt to mount factory partition
Nolen Johnson [Mon, 26 Jul 2021 22:45:24 +0000 (18:45 -0400)]
g12: Attempt to mount factory partition

* sabrina has a factory partition.

Change-Id: Ia40b71236564bdaee1721c48ad9a2efd677e2b17

2 years agog12: Symlink bootdevice for Lineage Recovery
Marc Bourgoin [Thu, 25 Jun 2020 02:15:33 +0000 (22:15 -0400)]
g12: Symlink bootdevice for Lineage Recovery

* It is needed by OpenGApps install script.

Change-Id: Idb90a6ecaae541e74a9878c1ca93459cc2fdd949

2 years agog12: Import NRDP permission/JSON configuration
Nolen Johnson [Thu, 15 Jul 2021 06:40:07 +0000 (02:40 -0400)]
g12: Import NRDP permission/JSON configuration

* The permission makes the Netflix app appear/install on the Leanback
  Play Store, the JSON's configure playback within the app.
* These are shipped with slight variations on dopinder/wade/sabrina,
  but not deadpool - import them here regardless, as we can all benefit.
* Only commonize ro.vendor.nrdp.validation, as the rest of the properties vary.
* Taken from: sabrina_prod_stable-user-10-QTS2.200918.015-6966301-release-keys

Change-Id: I875982d329b2861674e868c5ef6977c88ce8719c

2 years agog12: Install WifiOverlay into vendor
Aayush Gupta [Sat, 14 Nov 2020 07:12:12 +0000 (12:42 +0530)]
g12: Install WifiOverlay into vendor

* We want these overlays on GSI, therefore install it to
  vendor.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: I3107da263fd29f0bc40f495ad84fdf4db0d3c814

2 years agog12: WifiOverlay: Disable WPA2 -> WPA3 upgrade
Quallenauge [Tue, 10 Nov 2020 16:23:28 +0000 (17:23 +0100)]
g12: WifiOverlay: Disable WPA2 -> WPA3 upgrade

* Our device doesn't simply support SAE.

* [npjohnson] Technically our chipset supports it, but it
  doesn't work on stock either, so disable it for now
  at least.

Change-Id: Ibf8b9e363b4677cf2ab9590cc2ea1ba2341e29ca

2 years agog12: Add WifiOverlay
Roshan Pius [Fri, 24 Apr 2020 21:33:28 +0000 (14:33 -0700)]
g12: Add WifiOverlay

* This is the only overlay that doesn't match default values.

Bug: 148617260
Test: Device boots up and connects to wifi networks.
Change-Id: Iec27a6d947a232a42451ef095dc73d1a52327db5

2 years agog12: Remove Bluetooth overlay
deadman96385 [Sat, 3 Jul 2021 03:36:08 +0000 (20:36 -0700)]
g12: Remove Bluetooth overlay

* This is no longer used as of 11 in favor of RRO overlays,
  and in our case, this will be done with component-overrides
  per-device.

Change-Id: I83d12b1776bbdcb4ea5b59c1a05d4883ef8ef880

2 years agog12: Guard prebuilt tee*/keymaster for devices with no OP-TEE
Jan Altensen [Fri, 2 Jul 2021 05:43:16 +0000 (07:43 +0200)]
g12: Guard prebuilt tee*/keymaster for devices with no OP-TEE

* These need to be split out because development
  boards don't have OP-TEE, and even if they could
  kang another device's, we have no functional keys
  or TA files, so it's useless and broken.

* Devices that have no OP-TEE need to set
  `TARGET_HAS_TEE := false` in their lineage_${DEVICE}.mk.

* So that we can successfully encrypt as per the fstab
  entry for `/data`,  build the AOSP keymaster 4.1 service,
  and that uses a VINTF fragment.

Change-Id: I8756ba2d9cd5c53725645185783f9e15b739602c

2 years agog12: Decommonize init.amlogic.wifi_buildin.rc
Nolen Johnson [Thu, 1 Jul 2021 21:09:25 +0000 (17:09 -0400)]
g12: Decommonize init.amlogic.wifi_buildin.rc

* Only deadpool/wade has Broadcom Wi-Fi/Bluetooth,
  dopinder has Realtek, and will need different modules
  and node permissions changed.

Change-Id: I204e5c22a1dc306c9c932a3634f5e6534a438ee5

2 years agog12: Decommonize TA files
Aaron Kling [Thu, 1 Jul 2021 19:37:31 +0000 (14:37 -0500)]
g12: Decommonize TA files

* These are different on all Askey G12A devices.

Change-Id: I4f798d094aacb4270619609c8cf9e0427abf2a95

2 years agog12: Set a dummy BT MAC address
deadman96385 [Thu, 1 Jul 2021 19:13:21 +0000 (12:13 -0700)]
g12: Set a dummy BT MAC address

* BT HAL needs this.

Change-Id: If25c136e9b1a4c3bb0ef0b6b497b94f1e3e079a0

2 years agog12: Decommonize FRP confguration
Nolen Johnson [Wed, 30 Jun 2021 21:47:39 +0000 (17:47 -0400)]
g12: Decommonize FRP confguration

* Only deadpool actually has an FRP partition.

Change-Id: If55b306644cdad368f83d446babf6681447c77e2

2 years agog12: Set USB name in recovery to ro.product.board
Nolen Johnson [Wed, 30 Jun 2021 05:56:36 +0000 (01:56 -0400)]
g12: Set USB name in recovery to ro.product.board

* This sets it per-variant.

Change-Id: I52c596a271f8e70625e3a478f421e949d014358e

2 years agog12: Declare boot/dtbo partition in fstab
Nolen Johnson [Sat, 26 Jun 2021 03:17:53 +0000 (23:17 -0400)]
g12: Declare boot/dtbo partition in fstab

* To appease the build system.

Change-Id: Id2b33ce34433cffa800ad398da694730f61e0e12

2 years agog12: Add dynamic partitions to fstab
Nolen Johnson [Sat, 26 Jun 2021 02:51:25 +0000 (22:51 -0400)]
g12: Add dynamic partitions to fstab

* Build system wants these.

Change-Id: I969d0ddc1820a48913bbf898ea513beeada1760f

2 years agog12: Drop Wi-Fi MultiHAL
Nolen Johnson [Sun, 18 Jul 2021 16:47:09 +0000 (12:47 -0400)]
g12: Drop Wi-Fi MultiHAL

* Requires framework side magic.
* Manifest entries conflict with source built bits.

Change-Id: Ied00042a663728edd61ccb5b0777e3c19f411197

2 years agog12: Build kernel modules inline
Aaron Kling [Fri, 25 Jun 2021 05:01:52 +0000 (01:01 -0400)]
g12: Build kernel modules inline

* Edit tee-supplicant to load modules from the correct
  location.

Change-Id: Iaf409805dbdf6c4b4661c4246c3a54d6453e58f5

2 years agog12: Build logo image
Jan Altensen [Mon, 12 Jul 2021 14:33:16 +0000 (10:33 -0400)]
g12: Build logo image

* Use images from deadpool's Android 12 (ATV) logo.

Change-Id: I0057275f36b1b345d44bc957f358cadb86af4c86

2 years agog12: Also flash logo and bootloader images if available
Jan Altensen [Sat, 3 Jul 2021 00:38:52 +0000 (02:38 +0200)]
g12: Also flash logo and bootloader images if available

Change-Id: Ie14e6f9700fc25d54993272f2222a63a0388fa18

2 years agog12: Flash DTB/DTBO/VBMeta/Super images with releasetools
Tim Zimmermann [Fri, 25 Jun 2021 06:54:26 +0000 (02:54 -0400)]
g12: Flash DTB/DTBO/VBMeta/Super images with releasetools

Co-authored-by: Jan Altensen <info@stricted.net>
Co-authored-by: Tim Zimmermann <tim@linux4.de>
Change-Id: Ieda7bf879fe1fd7ac1f8fcf12183f8a5eda20e43

2 years agog12: Fix dtbo image creation
Jan Altensen [Thu, 24 Jun 2021 17:50:02 +0000 (19:50 +0200)]
g12: Fix dtbo image creation

Change-Id: I30ea3685d70632a55dce49120fd20f14a9b61e87

2 years agog12: Support multiple dtbo's
Jan Altensen [Tue, 22 Jun 2021 17:39:20 +0000 (19:39 +0200)]
g12: Support multiple dtbo's

Change-Id: I60092adb4e25d699115c0b6f5b3c1434300957e3

2 years agog12: Add build task for dtb/dtbo images
Jan Altensen [Sat, 19 Jun 2021 20:20:27 +0000 (22:20 +0200)]
g12: Add build task for dtb/dtbo images

Change-Id: Ia0518fd7de611a0fb190900e7a86f2c8e571e585

2 years agog12: Build dtb/second image and set working boot image offsets
Jan Altensen [Thu, 24 Jun 2021 17:50:02 +0000 (19:50 +0200)]
g12: Build dtb/second image and set working boot image offsets

Change-Id: Iecff2693c55e0b5986353289c9c24fc29f4a88ee

2 years agog12: Silence clang warnings during kernel compile
Arne Coucheron [Tue, 12 Jan 2021 04:45:19 +0000 (05:45 +0100)]
g12: Silence clang warnings during kernel compile

clang-11: warning: argument unused during compilation:
'-fuse-ld=lld' [-Wunused-command-line-argument]

Change-Id: I66a629f3573e3fad8aa085ea115475f02d60a7ea

2 years agog12: Initial Commit
Nolen Johnson [Thu, 17 Jun 2021 04:41:55 +0000 (00:41 -0400)]
g12: Initial Commit

Change-Id: I332674f5c2bb24c4a189690c0d7f60342eb22c2f