This change includes:
- Name change from T-Mobile NL to Odido. In 2023 T-Mobile and Tele2
Mobile became Odido.
- Removed unusable MMS APN configuration. As a response to the Android
Stagefright bug T-Mobile NL disabled MMS on the network back in 2015.
Because MMS is no longer supported on the network, the APN profile is
no longer necessary.
- Changes the default APN from "internet" to "internet.mobiel", which is
the recommended default setting.
On the Odido network the "internet" APN is specifically for 'gaming' usage.
Reference: https://www.odido.nl/service/veelgestelde-vragen/hoe-moet-ik-internet-instellen-op-mijn-smartphone-wat-is-bijvoorbeeld-het-apn-van-odido/000453837
- Adds a new APN profile for 'gaming' usage. See reference above.
Change-Id: I139231102ece45f9a4142f3be2d747276f60de76
ABI compatibility checks fail for several reasons:
- The update to Clang 12 causes some changes, but no breakage has been
observed in practice.
- Switching to zlib-ng changes some internal structs, but not the public
API.
We may fix these eventually by updating the ABI specifications, but it's
likely not worth the effort for us because of how many repos are affected.
We would need to fork a lot of extra repos (thus increasing maintenance
overhead) just to update the ABI specs.
For now, just skip the ABI checks to fix build errors.
Change-Id: I0967cc2680e384310f5f3859c7d8296580928046
We do not have a media quality service set up yet.
Change-Id: If32e802eddac7464d98685f15aa86eb8f8228b6a
Signed-off-by: Abhay Singh Gill <abhaygill017@gmail.com>
This has been unused for a long time and any users that mistakenly use
this should migrate to defconfig fragments.
Change-Id: I70f1aa82e3adcbf85b11e8685f188d0eadfff2e3
Mabuhay!
This also adds DITO Telecommunity and Red Internet
Taken from Xiaomi 14 Pro (shennong) A15 stock ROM
I removed read_only ="true" from two entries as it is not allowed
Change-Id: I93f97fc9220e648f2e37cda11822af64b3d37612
Required so the APN doesn't show up on the main carrier, not even sure
if this is really used anymore either since Google stopped shipping it
in CarrierSettings.
Change-Id: Ibb5b3a63638b641fa781c2bc5e9445e6d71f19f5
This resolves a couple issues. Allowing bp's that don't resolve to be
in-tree. And allowing multiple copies of the same target.
Change-Id: I85cfc566e18ea9fe1cb4cd8d70a71ef80517fd41
... but sets SYSTEM_KERNEL_MODULES
build/make lets BOARD_SYSTEM_KERNEL_MODULES_LOAD default to false
when it's unset.
Change-Id: I581da33bf0321f171aa6a20bdb023e1ee824cb18
For targets that uses mainline kernel, the kernel tree usually only
contains configs on top of the upstream repository.
In such case, if we put the configs in elsewhere, we can simply just
track the upstream kernel repo, without needing to import configs.
Example usage:
TARGET_KERNEL_CONFIG_EXT := \
$(COMMON_PATH)/kconfig/platform_defconfig \
$(COMMON_PATH)/kconfig/common-addons.config
TARGET_KERNEL_CONFIG_EXT += \
$(DEVICE_PATH)/kconfig/device.config
Change-Id: Ibafd0afa7ec06df643ba290a6149a4f0781d67fb
* Allow wildcard pattern
* Support searching in specified directory
* Add variable that accepts a list of such patterns
Change-Id: I35da8ed19447b4ab69142152d7dc8e60bc55bf14