Commit Graph

3 Commits

Author SHA1 Message Date
Pawin Vongmasa
f20d636979 Remove media.c2 from framework_manifest.xml
The entry for media.c2 in framework_manifest.xml is no longer needed as
it is included as vintf_fragments in mediaswcodec.

Test: adb shell stagefright -i | grep -E "c2.*android"

Bug: 129999541
Change-Id: I79c62bf510af4302485644d44e0f4a80221eaccd
2019-04-05 02:05:46 -07:00
Pawin Vongmasa
54c01e1608 Enable Codec2
Test: make cts -j123 && cts-tradefed run cts-dev -m \
CtsMediaTestCases --compatibility:module-arg \
CtsMediaTestCases:include-annotation:\
android.platform.test.annotations.RequiresDevice

Bug: 128456533
Change-Id: Ibe051f4b19c2dbb0a208e751a3b7a332a329b447
2019-03-14 10:46:59 -07:00
Ajay Nambi
87b0264022 Move AtFwd hal from device to framework manifest.
AtFwd hal is implemented as an android service and
it stars from system partition, that is, it's not
a traditional vendor hal and hence it should be
declared in the framework manifest and not in the
device manifest.
This commit introduces new device specific framework
manifest (framework_manifest.xml) and moves AtFwd hal
from device to framework manifest.

Bug: 68662838
Test: vts_treble_vintf_test atcmdfwd service is served

Change-Id: I9df05206fbe067ddf19a96fc52aba6b2cc922172
(cherry picked from commit b2895ddbcf1cc0b8986b4a80a43a3f0b6eb9fd66)
2018-02-16 23:59:40 +00:00