Allow ni common initialization for arm architecture only. accepted/tizen/5.0/unified/20181113.090018 accepted/tizen/unified/20181113.085941 submit/tizen/20181112.072849 submit/tizen_5.0/20181112.073007
authorWoongsuk Cho <ws77.cho@samsung.com>
Wed, 7 Nov 2018 10:21:13 +0000 (19:21 +0900)
committer이형주/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Sun, 11 Nov 2018 23:05:44 +0000 (08:05 +0900)
commit6ea547542ecf4d2b798b5e3c5e2673a4b96ace23
tree98ae56d0a4ff9ca25d6c771e36e218e069817b57
parentb80976b7f822c8a502720178d8686aca21532add
Allow ni common initialization for arm architecture only.

AOTed dlls which generated under x86 architecture do not work correctly.
So, skip ni file generation except arm architecture.

NI_COMMON module can be used by other tools (for example vd-nitool)
So, add architecture checking code in the initNICommon() function
NativeLauncher/installer-plugin/ni_common.cc