I have an AOSP build for my Android 10 device.
The 'Network & internet' UI is missing the 'Hotspot & tethering' settings app. (Wifi is working, but only as an upstream interface.)
Which file in AOSP controls whether the 'Hotspot & tethering' settings app is included in the build?
The answer was to add the
<item>line, below, to./frameworks/base/core/res/res/values/config.xml.