Skip to content
Snippets Groups Projects
Select Git revision
  • 1c4c608ea6fcb31256774954ac6bddfd3232c78d
  • test default
2 results

Dex2oat_flags_aosp.diff

Blame
  • user avatar
    Zhizhou Yang authored
    Flags was not able to be added to the patch because of the change of
    Android.bp in art/compiler. Fix it by re-generate the patch.
    
    Test: Dex2oat benchmark run successfully on both internal and aosp
    branch.
    
    Change-Id: I0fbc10650c4d37e2026297e2bf202024604332c9
    5bb7b967
    History
    Dex2oat_flags_aosp.diff 373 B
    diff --git a/compiler/Android.bp b/compiler/Android.bp
    index 1e4cdf2bd..e14dce8d7 100644
    --- a/compiler/Android.bp
    +++ b/compiler/Android.bp
    @@ -197,6 +197,9 @@ art_cc_defaults {
             "art_cmdlineparser_headers",  // For compiler_options.
         ],
     
    +    cflags: [CFLAGS_FOR_BENCH_SUITE],
    +    ldflags: [LDFLAGS_FOR_BENCH_SUITE],
    +
         export_include_dirs: ["."],
     }