Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a6b92a9 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by Jeffrey Vander Stoep
Browse files

Renderscript: rename .rs extension to .rscript

As far as I can tell, this is the only place where soong is used
to build renderscript.

Bug: 137365032
Test: make checkbuild
Test: cd frameworks/compile/slang/tests
    ./slang_tests.py
    Test: atest CtsRenderscriptTestCases
    Test: CtsRsCppTestCases

Exempt-From-Owner-Approval: Clean CP
Change-Id: I10a23ceee696df7fe363cc5d825e45100565cbdf
Merged-In: I10a23ceee696df7fe363cc5d825e45100565cbdf
(cherry picked from commit cf75a0b0)
parent 2053406e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ cc_library_static {
        "MediaFilter.cpp",
        "RSFilter.cpp",
        "SaturationFilter.cpp",
        "saturationARGB.rs",
        "saturationARGB.rscript",
        "SimpleFilter.cpp",
        "ZeroFilter.cpp",
    ],