util: correct unpack_ftb

unpack_ftb is used as a build tool to convert
ST toucpad .ftb file to .bin

BUG=b:109719787
TEST=verify that unpack_ftb is present and executable

Change-Id: I91f541f7c030adc7979043ad48cdedc1f9f58da6
Reviewed-on: https://chromium-review.googlesource.com/1104979
Commit-Ready: Bob Moragues <moragues@chromium.org>
Tested-by: Bob Moragues <moragues@chromium.org>
Reviewed-by: Nick Sanders <nsanders@chromium.org>
This commit is contained in:
Bob Moragues 2018-06-18 12:36:19 -07:00 committed by chrome-bot
parent 643e329c7b
commit a201157d9c
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ setup(
package_dir={"" : "util"},
py_modules=["unpack_ftb"],
entry_points = {
"build_scripts": ["unpack_ftb=unpack_ftb:main"],
"console_scripts": ["unpack_ftb=unpack_ftb:main"],
},
description="Tool to convert .ftb files to .bin",
description="Tool to convert ST touchpad .ftb file to .bin",
)