Commit Graph

29 Commits

Author SHA1 Message Date
Patrick Scott
ed149c2dff Fix for building the sim on glucid.
Change-Id: I7c9df36c02591baa45bffb2da8e885813a3e3d86

Revert "Apparently wxImage::HasAlpha and wxMenuBase::AppendSeparator are"

This reverts commit fe524684fb.
2010-10-08 13:07:41 -04:00
Marco Nelissen
47017b3b7f froyo == honeycomb
Change-Id: I449dfa5815b2a07237d2717f054755dc7edb7b82
2010-10-06 13:24:23 -07:00
Marco Nelissen
fe524684fb Apparently wxImage::HasAlpha and wxMenuBase::AppendSeparator are
not present (anymore?) in the wx2.6 .so, but gcc wants to use the
exported functions instead of inlining them. Comment them out for now.

Change-Id: I1b2385c48c77e23f9885f79092f69795a41afd8f
2010-10-06 13:20:12 -07:00
Brian Carlstrom
8f5dec6ad4 am 0de7bd8d: am 4a1b80c3: Merge "Added a couple of new properties." into gingerbread
Merge commit '0de7bd8d434ec62592d4ee881ae3e033090900c4'

* commit '0de7bd8d434ec62592d4ee881ae3e033090900c4':
  Added a couple of new properties.
2010-08-24 20:04:39 -07:00
Brian Carlstrom
d275b6237e Added a couple of new properties.
The Android framework crashes with an int parsing failure and then
spins wildly if it can't find an expected property.

(git cherry-pick -e d88ee455)

Change-Id: Ie33e0261185301e6ce41b0896f9916816db9f928
2010-08-24 18:02:43 -07:00
Jeff Brown
1b93282b43 am 1ccc6742: am fd606bc3: Migrate to new keycode constants in keycodes.h.
Merge commit '1ccc674237fe5b0ed4a03161f0aa7067e4e6fbd6'

* commit '1ccc674237fe5b0ed4a03161f0aa7067e4e6fbd6':
  Migrate to new keycode constants in keycodes.h.
2010-07-13 17:46:46 -07:00
Jeff Brown
fd606bc303 Migrate to new keycode constants in keycodes.h.
Change-Id: I775efb0f73b418db5bf65c218949b164f8e65647
2010-07-13 16:47:02 -07:00
Marco Nelissen
f6bf5806b1 Make simulator boot in master.
Change-Id: I13fa4c188645049152cbfcf2139cf21acebaa370
2010-06-21 12:32:29 -07:00
Marco Nelissen
51d41d52a5 Add missing properties to make the simulator work again.
Change-Id: I9c650360705960630198cb8006a3f83188ddd345
2010-05-24 15:23:22 -07:00
Andy McFadden
26dc36123f Sim fixes.
Pulled a fix to the simulator app ("long" is 64-bit when 32-bit was
needed) from master.  sim-eng is useful for verifying the x86 SMP stuff.

Also quieted a compiler warning.

Change-Id: I399ea4923b7e0650d5f995e056c751374b057fbd
2010-05-21 11:00:14 -07:00
Andy McFadden
cb40431c0a Fix sim startup.
"long" may be 64 bits, leading to confusion:

  hello ack was bad (7f3331455221 vs 31455221)

This changes it to int32_t.

Change-Id: I17e8bd0902eda6aeda36d54f0530bdf02fe3ae9a
2010-03-26 09:48:50 -07:00
Andreas Huber
791be383ca Enable stagefright for playback, metadata scan and retrieval as well as http streaming on the simulator (for parity with devices) 2010-02-03 13:55:53 -08:00
Marco Nelissen
0eae51d333 Set the property to enable stagefright in the simulator. 2010-01-12 09:44:39 -08:00
Elliott Hughes
d5105cb7bd Remove adb networking support.
(Just removing a comment here.)

Bug: 1122968
2009-10-01 17:46:38 -07:00
Marco Nelissen
bbabb3ae5b Fix the simulator. libhardware now needs a property named "default" to be set to the value "default", otherwise it won't fall back to the default implementation for a module. 2009-09-23 09:52:22 -07:00
Andy McFadden
3c5497ca99 Add missing system properties to sim.
The framework cannot start if certain properties are missing.  This adds
a couple of properties used by the backup system.

Also fixed a trio of printf/size_t warnings.
2009-06-08 10:08:18 -07:00
Mathias Agopian
95f36e4462 rename string_array.h to StringArray.h 2009-06-05 01:55:02 -07:00
Mathias Agopian
dee76df03a move utils/Pipe.h to the simulator 2009-06-01 14:06:13 -07:00
Mathias Agopian
87aad6484d should fix sim build 2009-05-31 23:58:43 -07:00
Mathias Agopian
f940dc6639 get rid of ported.h, move implementation in here (only place it's possibly used -- I'm being conservative). 2009-05-31 23:38:37 -07:00
Mathias Agopian
7380ec37df get rid of utils.h in libutils 2009-05-31 22:40:23 -07:00
Mathias Agopian
3e1391d1a4 get rid of utils/executablepath.h, which now lives in the simulator 2009-05-31 18:49:59 -07:00
Andy McFadden
5cd6406e7a Sim-only files move, part 1/2.
Move Pipe and executablepath from libutils to the simulator, since nothing
else uses them.
2009-05-27 16:01:13 -07:00
The Android Open Source Project
692ab02175 auto import from //branches/cupcake/...@137197 2009-03-09 11:52:11 -07:00
The Android Open Source Project
52d4c30ca5 auto import from //depot/cupcake/@135843 2009-03-03 19:29:09 -08:00
The Android Open Source Project
d4aee0c0ca auto import from //depot/cupcake/@135843 2009-03-03 18:28:16 -08:00
The Android Open Source Project
e3c5766074 auto import from //branches/cupcake/...@130745 2009-02-10 15:43:58 -08:00
The Android Open Source Project
e943f2fd8e Code drop from //branches/cupcake/...@124589 2008-12-17 18:04:04 -08:00
The Android Open Source Project
5c11852110 Initial Contribution 2008-10-21 07:00:00 -07:00