1*055d4590SKeyi GuiThis test checks that SourceDebugExtension information propagates from 2*055d4590SKeyi Guithe class file to the DEX file emitted by dx. It extracts SMAP information 3*055d4590SKeyi Guifrom the class file and DEX file and checks the strings match. 4*055d4590SKeyi Gui 5*055d4590SKeyi GuiNB dalvik/dexdump does not have support for DEX annotations so the test 6*055d4590SKeyi Guijust checks that the SMAP string appears in the DEX file and assumes 7*055d4590SKeyi Guiit is packaged within an annotation. 8