Explicitly include gyp_gen/android_framework_gyp.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 Apr 2014 00:39:45 +0000 (00:39 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 Apr 2014 00:39:45 +0000 (00:39 +0000)
commita3987574c8fe9387ae8cb534d4f5248608b85b0e
treec89004437d201efa451028e1ffecd3cdf4211ae0
parent16348bb421b9a2dcd2b4d379cfb92b5d46216088
Explicitly include gyp_gen/android_framework_gyp.

Add __init__.py to gyp_gen and explicitly include android_framework_gyp
from there.

Fixes a bug where after moving that file, python was looking for it in
its old location, where there was a compiled version of the file.

BUG=skia:2468
R=epoger@google.com

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/251903003

git-svn-id: http://skia.googlecode.com/svn/trunk@14427 2bbb7eff-a529-9590-31e7-b0007b416f81
platform_tools/android/bin/gyp_to_android.py
platform_tools/android/gyp_gen/__init__.py [new file with mode: 0644]
platform_tools/android/tests/android_framework_gyp_tests.py