SupportLeanbackDemo: Fix generatev4.py

Bug: 27495998
Change-Id: If6d2bcc6f43aec7386ee141196d8fb5c8a525b3c
This commit is contained in:
Dongwon Kang
2016-03-04 10:37:51 -08:00
parent e00ad29874
commit 9227a46749
2 changed files with 2 additions and 2 deletions

View File

@@ -299,6 +299,7 @@ write_java_head(outfile, "PlaybackOverlayFragment")
for line in file:
line = line.replace('PlaybackOverlayFragment', 'PlaybackOverlaySupportFragment')
line = line.replace('PlaybackControlHelper', 'PlaybackControlSupportHelper')
line = line.replace('PlaybackOverlayActivity', 'PlaybackOverlaySupportActivity')
outfile.write(line)
file.close()
outfile.close()