Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chirayudesai/7805698423d89e46c1a3 to your computer and use it in GitHub Desktop.
Save chirayudesai/7805698423d89e46c1a3 to your computer and use it in GitHub Desktop.
From 869f0e790e9e2cde266497ee684ec5a180832e18 Mon Sep 17 00:00:00 2001
From: Chirayu Desai <cdesai@cyanogenmod.org>
Date: Tue, 11 Jun 2013 16:12:51 +0530
Subject: [PATCH 1/2] add directories needed for the emulator to subdirs
Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
---
core/main.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/core/main.mk b/core/main.mk
index c2c7559..0224af6 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -493,6 +493,7 @@ subdirs := \
external/mksh \
external/openssl \
external/protobuf \
+ external/qemu \
external/skia \
external/sonivox \
external/speex \
@@ -535,6 +536,8 @@ subdirs := \
frameworks/native/services \
frameworks/opt/emoji \
hardware \
+ prebuilts/tools/linux-x86/sdl \
+ sdk/emulator \
system/core \
system/bluetooth \
system/extras/ext4_utils \
--
1.8.3.1
From a63b800a6fb8f6320cc3bcc01615d83ba1d24913 Mon Sep 17 00:00:00 2001
From: Chirayu Desai <cdesai@cyanogenmod.org>
Date: Tue, 11 Jun 2013 18:29:51 +0530
Subject: [PATCH 2/2] include libselinux in subdirs
Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
---
core/main.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/main.mk b/core/main.mk
index 0224af6..9d553a7 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -489,6 +489,7 @@ subdirs := \
external/jpeg \
external/liblzf \
external/libpng \
+ external/libselinux \
external/libvpx \
external/mksh \
external/openssl \
--
1.8.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment