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

Commit b2ae7a1a authored by Jason Sams's avatar Jason Sams
Browse files

Update compatibility library tests

bug 7327728

Change-Id: If3f85fb8944d7217a4d5c035f522d1ecc7af3a07
parent fa5bc081
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/Disco*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing2_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
+1.01 MiB
Loading image diff...
+1.15 MiB
Loading image diff...
+9 −0
Original line number Diff line number Diff line
@@ -54,6 +54,10 @@
                android:id="@+id/filterselection"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"/>
            <Spinner
                android:id="@+id/spinner1"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"/>
            <TextView
                android:id="@+id/slider1Text"
                android:layout_width="match_parent"
@@ -124,6 +128,11 @@
                android:layout_marginRight="10sp"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"/>
            <Button
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="@string/benchmark_all"
                    android:onClick="benchmark_all"/>
            </LinearLayout>
    </ScrollView>
</LinearLayout>
+1 −0
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@
    <string name="gamma">Gamma</string>
    <string name="saturation">Saturation</string>
    <string name="benchmark">Benchmark</string>
    <string name="benchmark_all">Benchmark All</string>

</resources>
Loading