hardware/libaudio
修訂 | f1d06d6a40b8c33b36cc8d389c43ff8a0048ae71 (tree) |
---|---|
時間 | 2014-11-06 13:23:46 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
enable multiarch builds
Convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
to support 64-bit targets.
Also add audio.r_submix.default.
@@ -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 | |
2 | 2 | # |
3 | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | # you may not use this file except in compliance with the License. |
@@ -18,7 +18,7 @@ include $(CLEAR_VARS) | ||
18 | 18 | |
19 | 19 | LOCAL_MODULE := audio.primary.x86 |
20 | 20 | LOCAL_MODULE_TAGS := optional |
21 | -LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw | |
21 | +LOCAL_MODULE_RELATIVE_PATH := hw | |
22 | 22 | LOCAL_SHARED_LIBRARIES := \ |
23 | 23 | liblog \ |
24 | 24 | libcutils \ |
@@ -53,3 +53,4 @@ PRODUCT_PACKAGES := \ | ||
53 | 53 | audio.a2dp.default \ |
54 | 54 | audio.usb.default \ |
55 | 55 | audio_policy.default \ |
56 | + audio.r_submix.default \ |