Snap for 11938003 from cd0c17add9
to 24Q3-release
Change-Id: I93deac7587b6ffed8213c518f3a230f209d377d6
This commit is contained in:
commit
e23784c5e2
3 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,6 @@
|
||||||
<!-- Camera -->
|
<!-- Camera -->
|
||||||
<permission name="android.permission.CAMERA" fixed="false"/>
|
<permission name="android.permission.CAMERA" fixed="false"/>
|
||||||
<!-- Camera Connectivity -->
|
<!-- Camera Connectivity -->
|
||||||
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
|
|
||||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
||||||
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>
|
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>
|
||||||
|
|
|
@ -894,6 +894,7 @@ endif
|
||||||
# Exynos RIL and telephony
|
# Exynos RIL and telephony
|
||||||
# Multi SIM(DSDS)
|
# Multi SIM(DSDS)
|
||||||
SIM_COUNT := 2
|
SIM_COUNT := 2
|
||||||
|
$(call soong_config_set,sim,sim_count,$(SIM_COUNT))
|
||||||
SUPPORT_MULTI_SIM := true
|
SUPPORT_MULTI_SIM := true
|
||||||
# Support NR
|
# Support NR
|
||||||
SUPPORT_NR := true
|
SUPPORT_NR := true
|
||||||
|
|
|
@ -52,6 +52,7 @@ cc_binary {
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
"libprotobuf-cpp-lite",
|
"libprotobuf-cpp-lite",
|
||||||
"server_configurable_flags",
|
"server_configurable_flags",
|
||||||
|
"libaconfig_storage_read_api_cc",
|
||||||
],
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libpixelusb",
|
"libpixelusb",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue