Some of the changes got missed in the parent commit.
Reference: https://review.tizen.org/gerrit/308421/
Change-Id: I58662590dff6a27dcf361031078b1c68b5f6187c
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
(cherry picked from commit
97254b3e4e80005ffcec03ecebfce0774e94ce60)
if (ewk_bringup) {
defines += [ "EWK_BRINGUP" ]
}
+ if (tizen_autofill) {
+ defines += [ "TIZEN_AUTOFILL" ]
+ }
if (is_tizen) {
defines += [
"OS_TIZEN",
if (tizen_audio_io) {
defines += [ "TIZEN_MULTIMEDIA_USE_CAPI_AUDIO_IO" ]
}
- if (tizen_autofill) {
- defines += [ "TIZEN_AUTOFILL" ]
- if (tizen_autofill_fw) {
- defines += [ "TIZEN_AUTOFILL_FW" ]
- }
+ if (tizen_autofill && tizen_autofill_fw) {
+ defines += [ "TIZEN_AUTOFILL_FW" ]
}
if (use_ttrace) {
defines += [ "USE_TTRACE" ]