Fix problem with missing target.txt for x86_64 build 18/307518/2
authorAleksander Świniarski <a.swiniarski@samsung.com>
Mon, 11 Mar 2024 14:30:56 +0000 (15:30 +0100)
committerDae-Hyun Ko <dhyuna.ko@samsung.com>
Mon, 11 Mar 2024 23:43:50 +0000 (23:43 +0000)
commitb022898dff18caabe1fcc351c8b0c059924f71d3
treee52a3bec317779f26c8ad840a7d8ff4b84a030e7
parentb344c4fc50e9ed988bae0f619c46fc954d7e5d60
Fix problem with missing target.txt for x86_64 build

Commit fixes patch apparent in the x86_64 build. In
style_format.py we are trying to obtain the target from the
target.txt. For the x86_64 target.txt it is not created to
use statically linked nodejs.

Now in the style_format.py we will assume default target as
tizen. If we will found the target.txt file, then we will
read the target from it.

Change-Id: I48a99c3368e71b0c35f0846cb0f74ad2a11fee67
Signed-off-by: Aleksander Świniarski <a.swiniarski@samsung.com>
third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py