Skip to content

Commit 48250c6

Browse files
author
Kimmo Vaisanen
committed
Fix RIL header configuration
1 parent 12edd64 commit 48250c6

File tree

1 file changed

+8
-2
lines changed
  • features/cellular/framework/targets/Samsung/TARGET_S5JS100

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"name": "S5JS100_RIL",
3-
"macros": ["CELLULAR_RIL_HEADER=\"SAMSUNG_S5JS100_RIL_HEADER.h\""]
4-
}
3+
"config": {
4+
"ril_header" : {
5+
"help": "ril.h including extensions for S5JS100",
6+
"macro_name": "CELLULAR_RIL_HEADER",
7+
"value": "\"SAMSUNG_S5JS100_RIL_HEADER.h\""
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)