Our blobs are compiled against libprotobuf-full-cpp.so, but
starting in R, Android is using a versioned naming approach,
e.g. libprotobuf-cpp-full-3.9.1.so.
See https://r.android.com/1109518
The entry in public.libraries.txt is needed to allow the
linker to find and use the lib outside the VNDK.
See https://source.android.com/devices/tech/config/namespaces_libraries
[wight554: added libprotobuf-cpp-lite as well]
Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
Change-Id: I28222c89e1e07017867088492a726ee9d45d8e6f
Our packet filter changes to the moto prima opensource driver now requires setting this flag to achieve maximum power savings when sleeping by filtering out broadcast and multicast messages.
Those parameters need to set for Hotspot 2.0 network
interworking=1 : Enable Interworking
hs20=1: Enable Hotspot 2.0
auto_interworking=0 : Do not automatically go through Interworking
network selection in wpa_supplicant
Bug: 118633353
Test: live test with Passpoint AP
Signed-off-by: Ecco Park <eccopark@google.com>
Change-Id: Ic2351295802265516f20466113c08e2df0796dfa
* in moto framework we have “config_sim_operator_override_rules” which is overriding sim operators, and in overlays they are replacing 312530 with 310120.
getprop of sprint on stock firmware:
[gsm.sim.operator.numeric]: [310120]
[gsm.sim.operator.numeric.orig]: [312530]
* We don’t hve such implementation on lineage so it uses wrong APN and mobile data is broken with sprint
* This hack adds 310120 APNs to 312530, so we can have LTE+ on it
Change-Id: I9184348ee58dbf0239fce5cf69b7826b5e7a3ed1