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

Commit d94466c4 authored by Dave Sparks's avatar Dave Sparks
Browse files

Add SoundPool test

parent 011a3dfd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := tests

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := SoundPoolTest

include $(BUILD_PACKAGE)
+11 −0
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
package="com.android.soundpooltest">
    <application>
        <activity  android:name="SoundPoolTest" android:label="Sound Pool Test">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>
</manifest>
+4.97 KiB

File added.

No diff preview for this file type.

+4.39 KiB

File added.

No diff preview for this file type.

+11.7 KiB

File added.

No diff preview for this file type.

Loading