• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/libaudio


Commit MetaInfo

Revisãof1d06d6a40b8c33b36cc8d389c43ff8a0048ae71 (tree)
Hora2014-11-06 13:23:46
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

enable multiarch builds

Convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
to support 64-bit targets.

Also add audio.r_submix.default.

Mudança Sumário

Diff

--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
1-# Copyright (C) 2011-2013 The Android-x86 Open Source Project
1+# Copyright (C) 2011-2014 The Android-x86 Open Source Project
22 #
33 # Licensed under the Apache License, Version 2.0 (the "License");
44 # you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ include $(CLEAR_VARS)
1818
1919 LOCAL_MODULE := audio.primary.x86
2020 LOCAL_MODULE_TAGS := optional
21-LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
21+LOCAL_MODULE_RELATIVE_PATH := hw
2222 LOCAL_SHARED_LIBRARIES := \
2323 liblog \
2424 libcutils \
--- a/alsa.mk
+++ b/alsa.mk
@@ -53,3 +53,4 @@ PRODUCT_PACKAGES := \
5353 audio.a2dp.default \
5454 audio.usb.default \
5555 audio_policy.default \
56+ audio.r_submix.default \