Skip to content

Commit

Permalink
More v1.3 migration
Browse files Browse the repository at this point in the history
Modules ready: frameworkres, getbins, testperm, bindiff, classsearch

binaries/classsearch.py removed, converted to python and pylinted.
  • Loading branch information
jakev committed Oct 28, 2015
1 parent aae99d7 commit ff7094f
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 349 deletions.
174 changes: 0 additions & 174 deletions binaries/classsearch.py

This file was deleted.

156 changes: 0 additions & 156 deletions binaries/platform-diff.py

This file was deleted.

6 changes: 1 addition & 5 deletions modules/bindiff
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
#@Health: broken
#@Version: 1.0

# Imports
. dtf_core.sh
. $DTF_CORE

make_csv()
{
Expand All @@ -32,7 +31,6 @@ make_csv()

csv_file=${reports_dir}/oembins.csv


echo "Binary Name,Permissions,Owner,Group,Size,\"File Detail\",Notes" > ${csv_file}

IFS=$' \t\n'
Expand Down Expand Up @@ -64,8 +62,6 @@ binlist_file=${DTF_PACKAGES}/aosp-data-${sdk}/bindirlist

IFS=$'\n' aosp_binlist=($(cat ${binlist_file}))

echo ${aosp_binlist[*]}

if [ "$1" == "--pull" ]; then
echo "Pulling OEM bins to \"${pull_dir}\""
mkdir ${pull_dir} 2> /dev/null
Expand Down
Loading

0 comments on commit ff7094f

Please sign in to comment.